Html Css Color HEX #D09C2D Buttercup

📋 copy color: '#D09C2D'

red 208 ◦ green 156 ◦ blue 45

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

Shades of Buttercup #D09C2D

Tints of Buttercup #D09C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11%

R = 50.86%
G = 38.14%
B = 11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D09C2D (or 0xD09C2D) is known color: Buttercup. HEX triplet: D0, 9C and 2D. RGB value is (208,156,45). Sum of RGB (Red+Green+Blue) = 208+156+45=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09C2D is #2F63D2. Grayscale: #9F9F9F. Windows color (decimal): -3105747 or 2989264. OLE color: 2989264.

HSL color Cylindrical-coordinate representation of color #D09C2D: hue angle of 40.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D09C2D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 156 45 -
CMYK 0 0.25 0.78 0.18
HSL 40.86º 0.64% 0.5% -
HSV(B) 40.86º 0.78% 0.82% -
XYZ 38.37 37.38 7.67 -
YUV 158.89 63.73 163.03 -
System Red Green Blue C M Y K H S L
Decimal 208 156 45 0 0.25 0.78 0.18 40.86 0.64 0.5
Hex D0 9C 2D 0 19 4E 12 29 40 32
Octal 320 234 55 0 31 116 22 51 100 62
Binary 11010000 10011100 101101 0 11001 1001110 10010 101001 1000000 110010

Color Harmonies of #D09C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C2D

Black with #D09C2D

Text Example


Text Example

White with #D09C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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