Html Css Color HEX #D7B210 Sunflower

📋 copy color: '#D7B210'

red 215 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #D7B210

Tints of Sunflower #D7B210

RGB

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

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

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

R = 52.57%
G = 43.52%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7B210 (or 0xD7B210) is known color: Sunflower. HEX triplet: D7, B2 and 10. RGB value is (215,178,16). Sum of RGB (Red+Green+Blue) = 215+178+16=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B210 is #284DEF. Grayscale: #ABABAB. Windows color (decimal): -2641392 or 1094359. OLE color: 1094359.

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

Color convert

RGB 215 178 16 -
CMYK 0 0.17 0.93 0.16
HSL 48.84º 0.86% 0.45% -
HSV(B) 48.84º 0.93% 0.84% -
XYZ 44.04 46.33 7.11 -
YUV 170.6 40.76 159.67 -
System Red Green Blue C M Y K H S L
Decimal 215 178 16 0 0.17 0.93 0.16 48.84 0.86 0.45
Hex D7 B2 10 0 11 5D 10 31 56 2D
Octal 327 262 20 0 21 135 20 61 126 55
Binary 11010111 10110010 10000 0 10001 1011101 10000 110001 1010110 101101

Color Harmonies of #D7B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B210

Black with #D7B210

Text Example


Text Example

White with #D7B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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