Html Css Color HEX #D08F25 Buttercup

📋 copy color: '#D08F25'

red 208 ◦ green 143 ◦ blue 37

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

Shades of Buttercup #D08F25

Tints of Buttercup #D08F25

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 37 (14.84% from 255) = 9.54%

R = 53.61%
G = 36.86%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08F25 (or 0xD08F25) is known color: Buttercup. HEX triplet: D0, 8F and 25. RGB value is (208,143,37). Sum of RGB (Red+Green+Blue) = 208+143+37=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 37 (14.84% from 255 or 9.54% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F25 is #2F70DA. Grayscale: #969696. Windows color (decimal): -3109083 or 2461648. OLE color: 2461648.

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

Color convert

RGB 208 143 37 -
CMYK 0 0.31 0.82 0.18
HSL 37.19º 0.7% 0.48% -
HSV(B) 37.19º 0.82% 0.82% -
XYZ 36.17 33.19 6.25 -
YUV 150.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 208 143 37 0 0.31 0.82 0.18 37.19 0.7 0.48
Hex D0 8F 25 0 1F 52 12 25 46 30
Octal 320 217 45 0 37 122 22 45 106 60
Binary 11010000 10001111 100101 0 11111 1010010 10010 100101 1000110 110000

Color Harmonies of #D08F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08F25

Black with #D08F25

Text Example


Text Example

White with #D08F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08F25; }

 p { color: rgb(208,143,37); }

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

background-color css

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

 a { background-color: rgb(208,143,37); }

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

border-color css

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

 span { border-color: rgb(208,143,37); }

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