Html Css Color HEX #DA8B2D Buttercup

📋 copy color: '#DA8B2D'

red 218 ◦ green 139 ◦ blue 45

#DA8B2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #DA8B2D

Tints of Buttercup #DA8B2D

RGB

 RED value IS 218 (85.55% from 255) = 54.23%

 GREEN value IS 139 (54.69% from 255) = 34.58%

 BLUE value IS 45 (17.97% from 255) = 11.19%

R = 54.23%
G = 34.58%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA8B2D (or 0xDA8B2D) is known color: Buttercup. HEX triplet: DA, 8B and 2D. RGB value is (218,139,45). Sum of RGB (Red+Green+Blue) = 218+139+45=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8B2D is #2574D2. Grayscale: #989898. Windows color (decimal): -2454739 or 2984922. OLE color: 2984922.

HSL color Cylindrical-coordinate representation of color #DA8B2D: hue angle of 32.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA8B2D is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 139 45 -
CMYK 0 0.36 0.79 0.15
HSL 32.6º 0.7% 0.52% -
HSV(B) 32.6º 0.79% 0.85% -
XYZ 38.62 33.56 6.92 -
YUV 151.91 67.67 175.14 -
System Red Green Blue C M Y K H S L
Decimal 218 139 45 0 0.36 0.79 0.15 32.6 0.7 0.52
Hex DA 8B 2D 0 24 4F F 21 46 34
Octal 332 213 55 0 44 117 17 41 106 64
Binary 11011010 10001011 101101 0 100100 1001111 1111 100001 1000110 110100

Color Harmonies of #DA8B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B2D

Black with #DA8B2D

Text Example


Text Example

White with #DA8B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B2D; }

 p { color: rgb(218,139,45); }

 H1.HeaderClassName
 {
   color: #DA8B2D;
 }
 .AnyTagClassName
 {
   color: #DA8B2D;
 }
</style>

background-color css

<style>
 a { background-color: #DA8B2D; }

 a { background-color: rgb(218,139,45); }

 div.DivClassName
 {
   background-color: #DA8B2D;
 }
 .BgClassName
 {
   background-color: #DA8B2D;
 }
</style>

border-color css

<style>
 span { border-color: #DA8B2D; }

 span { border-color: rgb(218,139,45); }

 td.TdClassName
 {
   border-color: #DA8B2D;
 }
 .TagClassName
 {
   border-color: #DA8B2D;
 }
</style>