Html Css Color HEX #D09C2A Buttercup

📋 copy color: '#D09C2A'

red 208 ◦ green 156 ◦ blue 42

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

Shades of Buttercup #D09C2A

Tints of Buttercup #D09C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 51.23%
G = 38.42%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D09C2A (or 0xD09C2A) is known color: Buttercup. HEX triplet: D0, 9C and 2A. RGB value is (208,156,42). Sum of RGB (Red+Green+Blue) = 208+156+42=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C2A is #2F63D5. Grayscale: #9F9F9F. Windows color (decimal): -3105750 or 2792656. OLE color: 2792656.

HSL color Cylindrical-coordinate representation of color #D09C2A: hue angle of 41.2º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D09C2A is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 42 -
CMYK 0 0.25 0.80 0.18
HSL 41.2º 0.66% 0.49% -
HSV(B) 41.2º 0.8% 0.82% -
XYZ 38.32 37.35 7.38 -
YUV 158.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 208 156 42 0 0.25 0.80 0.18 41.2 0.66 0.49
Hex D0 9C 2A 0 19 50 12 29 42 31
Octal 320 234 52 0 31 120 22 51 102 61
Binary 11010000 10011100 101010 0 11001 1010000 10010 101001 1000010 110001

Color Harmonies of #D09C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C2A

Black with #D09C2A

Text Example


Text Example

White with #D09C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C2A; }

 p { color: rgb(208,156,42); }

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

background-color css

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

 a { background-color: rgb(208,156,42); }

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

border-color css

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

 span { border-color: rgb(208,156,42); }

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