Html Css Color HEX #D09D2D Buttercup

📋 copy color: '#D09D2D'

red 208 ◦ green 157 ◦ blue 45

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

Shades of Buttercup #D09D2D

Tints of Buttercup #D09D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.29%

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

R = 50.73%
G = 38.29%
B = 10.98%

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

#D09D2D (or 0xD09D2D) is known color: Buttercup. HEX triplet: D0, 9D and 2D. RGB value is (208,157,45). Sum of RGB (Red+Green+Blue) = 208+157+45=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D2D is #2F62D2. Grayscale: #9F9F9F. Windows color (decimal): -3105491 or 2989520. OLE color: 2989520.

HSL color Cylindrical-coordinate representation of color #D09D2D: hue angle of 41.23º 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 #D09D2D is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 157 45 -
CMYK 0 0.25 0.78 0.18
HSL 41.23º 0.64% 0.5% -
HSV(B) 41.23º 0.78% 0.82% -
XYZ 38.54 37.71 7.73 -
YUV 159.48 63.4 162.61 -
System Red Green Blue C M Y K H S L
Decimal 208 157 45 0 0.25 0.78 0.18 41.23 0.64 0.5
Hex D0 9D 2D 0 19 4E 12 29 40 32
Octal 320 235 55 0 31 116 22 51 100 62
Binary 11010000 10011101 101101 0 11001 1001110 10010 101001 1000000 110010

Color Harmonies of #D09D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09D2D

Black with #D09D2D

Text Example


Text Example

White with #D09D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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