Html Css Color HEX #D6B211 Sunflower

📋 copy color: '#D6B211'

red 214 ◦ green 178 ◦ blue 17

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

Shades of Sunflower #D6B211

Tints of Sunflower #D6B211

RGB

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

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

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

R = 52.32%
G = 43.52%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6B211 (or 0xD6B211) is known color: Sunflower. HEX triplet: D6, B2 and 11. RGB value is (214,178,17). Sum of RGB (Red+Green+Blue) = 214+178+17=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B211 is #294DEE. Grayscale: #ABABAB. Windows color (decimal): -2706927 or 1159894. OLE color: 1159894.

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

Color convert

RGB 214 178 17 -
CMYK 0 0.17 0.92 0.16
HSL 49.04º 0.85% 0.45% -
HSV(B) 49.04º 0.92% 0.84% -
XYZ 43.75 46.18 7.14 -
YUV 170.41 41.43 159.09 -
System Red Green Blue C M Y K H S L
Decimal 214 178 17 0 0.17 0.92 0.16 49.04 0.85 0.45
Hex D6 B2 11 0 11 5C 10 31 55 2D
Octal 326 262 21 0 21 134 20 61 125 55
Binary 11010110 10110010 10001 0 10001 1011100 10000 110001 1010101 101101

Color Harmonies of #D6B211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B211

Black with #D6B211

Text Example


Text Example

White with #D6B211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B211; }

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

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

background-color css

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

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

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

border-color css

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

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

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