Html Css Color HEX #D7B206 Sunflower

📋 copy color: '#D7B206'

red 215 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #D7B206

Tints of Sunflower #D7B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 53.88%
G = 44.61%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D7B206 (or 0xD7B206) is known color: Sunflower. HEX triplet: D7, B2 and 06. RGB value is (215,178,6). Sum of RGB (Red+Green+Blue) = 215+178+6=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B206 is #284DF9. Grayscale: #AAAAAA. Windows color (decimal): -2641402 or 438999. OLE color: 438999.

HSL color Cylindrical-coordinate representation of color #D7B206: hue angle of 49.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7B206 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 6 -
CMYK 0 0.17 0.97 0.16
HSL 49.38º 0.95% 0.43% -
HSV(B) 49.38º 0.97% 0.84% -
XYZ 43.98 46.3 6.79 -
YUV 169.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 215 178 6 0 0.17 0.97 0.16 49.38 0.95 0.43
Hex D7 B2 6 0 11 61 10 31 5F 2B
Octal 327 262 6 0 21 141 20 61 137 53
Binary 11010111 10110010 110 0 10001 1100001 10000 110001 1011111 101011

Color Harmonies of #D7B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B206

Black with #D7B206

Text Example


Text Example

White with #D7B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B206; }

 p { color: rgb(215,178,6); }

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

background-color css

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

 a { background-color: rgb(215,178,6); }

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

border-color css

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

 span { border-color: rgb(215,178,6); }

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