Html Css Color HEX #D08E1D Buttercup

📋 copy color: '#D08E1D'

red 208 ◦ green 142 ◦ blue 29

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

Shades of Buttercup #D08E1D

Tints of Buttercup #D08E1D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

 BLUE value IS 29 (11.72% from 255) = 7.65%

R = 54.88%
G = 37.47%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D08E1D (or 0xD08E1D) is known color: Buttercup. HEX triplet: D0, 8E and 1D. RGB value is (208,142,29). Sum of RGB (Red+Green+Blue) = 208+142+29=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E1D is #2F71E2. Grayscale: #959595. Windows color (decimal): -3109347 or 1937104. OLE color: 1937104.

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

Color convert

RGB 208 142 29 -
CMYK 0 0.32 0.86 0.18
HSL 37.88º 0.76% 0.46% -
HSV(B) 37.88º 0.86% 0.82% -
XYZ 35.91 32.84 5.61 -
YUV 148.85 60.37 170.19 -
System Red Green Blue C M Y K H S L
Decimal 208 142 29 0 0.32 0.86 0.18 37.88 0.76 0.46
Hex D0 8E 1D 0 20 56 12 26 4C 2E
Octal 320 216 35 0 40 126 22 46 114 56
Binary 11010000 10001110 11101 0 100000 1010110 10010 100110 1001100 101110

Color Harmonies of #D08E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08E1D

Black with #D08E1D

Text Example


Text Example

White with #D08E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08E1D; }

 p { color: rgb(208,142,29); }

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

background-color css

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

 a { background-color: rgb(208,142,29); }

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

border-color css

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

 span { border-color: rgb(208,142,29); }

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