Html Css Color HEX #D9BF10 Sunflower

📋 copy color: '#D9BF10'

red 217 ◦ green 191 ◦ blue 16

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

Shades of Sunflower #D9BF10

Tints of Sunflower #D9BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.77%

R = 51.18%
G = 45.05%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9BF10 (or 0xD9BF10) is known color: Sunflower. HEX triplet: D9, BF and 10. RGB value is (217,191,16). Sum of RGB (Red+Green+Blue) = 217+191+16=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BF10 is #2640EF. Grayscale: #B3B3B3. Windows color (decimal): -2506992 or 1097689. OLE color: 1097689.

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

Color convert

RGB 217 191 16 -
CMYK 0 0.12 0.93 0.15
HSL 52.24º 0.86% 0.46% -
HSV(B) 52.24º 0.93% 0.85% -
XYZ 47.34 52.05 8.04 -
YUV 178.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 217 191 16 0 0.12 0.93 0.15 52.24 0.86 0.46
Hex D9 BF 10 0 C 5D F 34 56 2E
Octal 331 277 20 0 14 135 17 64 126 56
Binary 11011001 10111111 10000 0 1100 1011101 1111 110100 1010110 101110

Color Harmonies of #D9BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF10

Black with #D9BF10

Text Example


Text Example

White with #D9BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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