Html Css Color HEX #D9BD0C Sunflower

📋 copy color: '#D9BD0C'

red 217 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #D9BD0C

Tints of Sunflower #D9BD0C

RGB

 RED value IS 217 (85.16% from 255) = 51.91%

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 12 (5.08% from 255) = 2.87%

R = 51.91%
G = 45.22%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9BD0C (or 0xD9BD0C) is known color: Sunflower. HEX triplet: D9, BD and 0C. RGB value is (217,189,12). Sum of RGB (Red+Green+Blue) = 217+189+12=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BD0C is #2642F3. Grayscale: #B1B1B1. Windows color (decimal): -2507508 or 835033. OLE color: 835033.

HSL color Cylindrical-coordinate representation of color #D9BD0C: hue angle of 51.8º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9BD0C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 12 -
CMYK 0 0.13 0.94 0.15
HSL 51.8º 0.9% 0.45% -
HSV(B) 51.8º 0.94% 0.85% -
XYZ 46.88 51.17 7.75 -
YUV 177.19 34.78 156.39 -
System Red Green Blue C M Y K H S L
Decimal 217 189 12 0 0.13 0.94 0.15 51.8 0.9 0.45
Hex D9 BD C 0 D 5E F 34 5A 2D
Octal 331 275 14 0 15 136 17 64 132 55
Binary 11011001 10111101 1100 0 1101 1011110 1111 110100 1011010 101101

Color Harmonies of #D9BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD0C

Black with #D9BD0C

Text Example


Text Example

White with #D9BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD0C; }

 p { color: rgb(217,189,12); }

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

background-color css

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

 a { background-color: rgb(217,189,12); }

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

border-color css

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

 span { border-color: rgb(217,189,12); }

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