Html Css Color HEX #D08D27 Buttercup

📋 copy color: '#D08D27'

red 208 ◦ green 141 ◦ blue 39

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

Shades of Buttercup #D08D27

Tints of Buttercup #D08D27

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 39 (15.63% from 255) = 10.05%

R = 53.61%
G = 36.34%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D08D27 (or 0xD08D27) is known color: Buttercup. HEX triplet: D0, 8D and 27. RGB value is (208,141,39). Sum of RGB (Red+Green+Blue) = 208+141+39=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D27 is #2F72D8. Grayscale: #959595. Windows color (decimal): -3109593 or 2592208. OLE color: 2592208.

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

Color convert

RGB 208 141 39 -
CMYK 0 0.32 0.81 0.18
HSL 36.21º 0.68% 0.48% -
HSV(B) 36.21º 0.81% 0.82% -
XYZ 35.9 32.61 6.32 -
YUV 149.41 65.7 169.79 -
System Red Green Blue C M Y K H S L
Decimal 208 141 39 0 0.32 0.81 0.18 36.21 0.68 0.48
Hex D0 8D 27 0 20 51 12 24 44 30
Octal 320 215 47 0 40 121 22 44 104 60
Binary 11010000 10001101 100111 0 100000 1010001 10010 100100 1000100 110000

Color Harmonies of #D08D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D27

Black with #D08D27

Text Example


Text Example

White with #D08D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D27; }

 p { color: rgb(208,141,39); }

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

background-color css

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

 a { background-color: rgb(208,141,39); }

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

border-color css

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

 span { border-color: rgb(208,141,39); }

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