Html Css Color HEX #D9BC07 Sunflower

📋 copy color: '#D9BC07'

red 217 ◦ green 188 ◦ blue 7

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

Shades of Sunflower #D9BC07

Tints of Sunflower #D9BC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.63%

 BLUE value IS 7 (3.13% from 255) = 1.7%

R = 52.67%
G = 45.63%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D9BC07 (or 0xD9BC07) is known color: Sunflower. HEX triplet: D9, BC and 07. RGB value is (217,188,7). Sum of RGB (Red+Green+Blue) = 217+188+7=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 7 (3.12% from 255 or 1.70% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BC07 is #2643F8. Grayscale: #B0B0B0. Windows color (decimal): -2507769 or 507097. OLE color: 507097.

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

Color convert

RGB 217 188 7 -
CMYK 0 0.13 0.97 0.15
HSL 51.71º 0.94% 0.44% -
HSV(B) 51.71º 0.97% 0.85% -
XYZ 46.64 50.73 7.54 -
YUV 176.04 32.61 157.22 -
System Red Green Blue C M Y K H S L
Decimal 217 188 7 0 0.13 0.97 0.15 51.71 0.94 0.44
Hex D9 BC 7 0 D 61 F 34 5E 2C
Octal 331 274 7 0 15 141 17 64 136 54
Binary 11011001 10111100 111 0 1101 1100001 1111 110100 1011110 101100

Color Harmonies of #D9BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC07

Black with #D9BC07

Text Example


Text Example

White with #D9BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC07; }

 p { color: rgb(217,188,7); }

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

background-color css

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

 a { background-color: rgb(217,188,7); }

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

border-color css

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

 span { border-color: rgb(217,188,7); }

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