Html Css Color HEX #D9BF14 Sunflower

📋 copy color: '#D9BF14'

red 217 ◦ green 191 ◦ blue 20

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

Shades of Sunflower #D9BF14

Tints of Sunflower #D9BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 44.63%

 BLUE value IS 20 (8.2% from 255) = 4.67%

R = 50.7%
G = 44.63%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D9BF14 (or 0xD9BF14) is known color: Sunflower. HEX triplet: D9, BF and 14. RGB value is (217,191,20). Sum of RGB (Red+Green+Blue) = 217+191+20=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BF14 is #2640EB. Grayscale: #B3B3B3. Windows color (decimal): -2506988 or 1359833. OLE color: 1359833.

HSL color Cylindrical-coordinate representation of color #D9BF14: hue angle of 52.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9BF14 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 191 20 -
CMYK 0 0.12 0.91 0.15
HSL 52.08º 0.83% 0.46% -
HSV(B) 52.08º 0.91% 0.85% -
XYZ 47.37 52.06 8.21 -
YUV 179.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 217 191 20 0 0.12 0.91 0.15 52.08 0.83 0.46
Hex D9 BF 14 0 C 5B F 34 53 2E
Octal 331 277 24 0 14 133 17 64 123 56
Binary 11011001 10111111 10100 0 1100 1011011 1111 110100 1010011 101110

Color Harmonies of #D9BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF14

Black with #D9BF14

Text Example


Text Example

White with #D9BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF14; }

 p { color: rgb(217,191,20); }

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

background-color css

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

 a { background-color: rgb(217,191,20); }

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

border-color css

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

 span { border-color: rgb(217,191,20); }

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