Html Css Color HEX #D6B210 Sunflower

📋 copy color: '#D6B210'

red 214 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #D6B210

Tints of Sunflower #D6B210

RGB

 RED value IS 214 (83.98% from 255) = 52.45%

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

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

R = 52.45%
G = 43.63%
B = 3.92%

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

#D6B210 (or 0xD6B210) is known color: Sunflower. HEX triplet: D6, B2 and 10. RGB value is (214,178,16). Sum of RGB (Red+Green+Blue) = 214+178+16=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 178 (69.92% from 255 or 43.63% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B210 is #294DEF. Grayscale: #AAAAAA. Windows color (decimal): -2706928 or 1094358. OLE color: 1094358.

HSL color Cylindrical-coordinate representation of color #D6B210: hue angle of 49.09º 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 #D6B210 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 16 -
CMYK 0 0.17 0.93 0.16
HSL 49.09º 0.86% 0.45% -
HSV(B) 49.09º 0.93% 0.84% -
XYZ 43.75 46.17 7.1 -
YUV 170.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 214 178 16 0 0.17 0.93 0.16 49.09 0.86 0.45
Hex D6 B2 10 0 11 5D 10 31 56 2D
Octal 326 262 20 0 21 135 20 61 126 55
Binary 11010110 10110010 10000 0 10001 1011101 10000 110001 1010110 101101

Color Harmonies of #D6B210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B210

Black with #D6B210

Text Example


Text Example

White with #D6B210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B210; }

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

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

background-color css

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

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

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

border-color css

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

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

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