Html Css Color HEX #D7BF11 Sunflower

📋 copy color: '#D7BF11'

red 215 ◦ green 191 ◦ blue 17

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

Shades of Sunflower #D7BF11

Tints of Sunflower #D7BF11

RGB

 RED value IS 215 (84.38% from 255) = 50.83%

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

 BLUE value IS 17 (7.03% from 255) = 4.02%

R = 50.83%
G = 45.15%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D7BF11 (or 0xD7BF11) is known color: Sunflower. HEX triplet: D7, BF and 11. RGB value is (215,191,17). Sum of RGB (Red+Green+Blue) = 215+191+17=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 17 (7.03% from 255 or 4.02% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BF11 is #2840EE. Grayscale: #B3B3B3. Windows color (decimal): -2638063 or 1163223. OLE color: 1163223.

HSL color Cylindrical-coordinate representation of color #D7BF11: hue angle of 52.73º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D7BF11 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 191 17 -
CMYK 0 0.11 0.92 0.16
HSL 52.73º 0.85% 0.45% -
HSV(B) 52.73º 0.92% 0.84% -
XYZ 46.76 51.75 8.05 -
YUV 178.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 215 191 17 0 0.11 0.92 0.16 52.73 0.85 0.45
Hex D7 BF 11 0 B 5C 10 35 55 2D
Octal 327 277 21 0 13 134 20 65 125 55
Binary 11010111 10111111 10001 0 1011 1011100 10000 110101 1010101 101101

Color Harmonies of #D7BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BF11

Black with #D7BF11

Text Example


Text Example

White with #D7BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BF11; }

 p { color: rgb(215,191,17); }

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

background-color css

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

 a { background-color: rgb(215,191,17); }

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

border-color css

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

 span { border-color: rgb(215,191,17); }

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