Html Css Color HEX #D7B20C Sunflower

📋 copy color: '#D7B20C'

red 215 ◦ green 178 ◦ blue 12

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

Shades of Sunflower #D7B20C

Tints of Sunflower #D7B20C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.96%

R = 53.09%
G = 43.95%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7B20C (or 0xD7B20C) is known color: Sunflower. HEX triplet: D7, B2 and 0C. RGB value is (215,178,12). Sum of RGB (Red+Green+Blue) = 215+178+12=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 12 (5.08% from 255 or 2.96% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D7B20C is #284DF3. Grayscale: #AAAAAA. Windows color (decimal): -2641396 or 832215. OLE color: 832215.

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

Color convert

RGB 215 178 12 -
CMYK 0 0.17 0.94 0.16
HSL 49.06º 0.89% 0.45% -
HSV(B) 49.06º 0.94% 0.84% -
XYZ 44.01 46.31 6.97 -
YUV 170.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 215 178 12 0 0.17 0.94 0.16 49.06 0.89 0.45
Hex D7 B2 C 0 11 5E 10 31 59 2D
Octal 327 262 14 0 21 136 20 61 131 55
Binary 11010111 10110010 1100 0 10001 1011110 10000 110001 1011001 101101

Color Harmonies of #D7B20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B20C

Black with #D7B20C

Text Example


Text Example

White with #D7B20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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