Html Css Color HEX #D08A1E Buttercup

📋 copy color: '#D08A1E'

red 208 ◦ green 138 ◦ blue 30

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

Shades of Buttercup #D08A1E

Tints of Buttercup #D08A1E

RGB

 RED value IS 208 (81.64% from 255) = 55.32%

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 30 (12.11% from 255) = 7.98%

R = 55.32%
G = 36.7%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D08A1E (or 0xD08A1E) is known color: Buttercup. HEX triplet: D0, 8A and 1E. RGB value is (208,138,30). Sum of RGB (Red+Green+Blue) = 208+138+30=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 30 (12.11% from 255 or 7.98% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A1E is #2F75E1. Grayscale: #939393. Windows color (decimal): -3110370 or 2001616. OLE color: 2001616.

HSL color Cylindrical-coordinate representation of color #D08A1E: hue angle of 36.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D08A1E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 30 -
CMYK 0 0.34 0.86 0.18
HSL 36.4º 0.75% 0.47% -
HSV(B) 36.4º 0.86% 0.82% -
XYZ 35.34 31.68 5.48 -
YUV 146.62 62.19 171.78 -
System Red Green Blue C M Y K H S L
Decimal 208 138 30 0 0.34 0.86 0.18 36.4 0.75 0.47
Hex D0 8A 1E 0 22 56 12 24 4B 2F
Octal 320 212 36 0 42 126 22 44 113 57
Binary 11010000 10001010 11110 0 100010 1010110 10010 100100 1001011 101111

Color Harmonies of #D08A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A1E

Black with #D08A1E

Text Example


Text Example

White with #D08A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A1E; }

 p { color: rgb(208,138,30); }

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

background-color css

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

 a { background-color: rgb(208,138,30); }

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

border-color css

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

 span { border-color: rgb(208,138,30); }

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