Html Css Color HEX #D6B20E Sunflower

📋 copy color: '#D6B20E'

red 214 ◦ green 178 ◦ blue 14

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

Shades of Sunflower #D6B20E

Tints of Sunflower #D6B20E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.45%

R = 52.71%
G = 43.84%
B = 3.45%

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

#D6B20E (or 0xD6B20E) is known color: Sunflower. HEX triplet: D6, B2 and 0E. RGB value is (214,178,14). Sum of RGB (Red+Green+Blue) = 214+178+14=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B20E is #294DF1. Grayscale: #AAAAAA. Windows color (decimal): -2706930 or 963286. OLE color: 963286.

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

Color convert

RGB 214 178 14 -
CMYK 0 0.17 0.93 0.16
HSL 49.2º 0.88% 0.45% -
HSV(B) 49.2º 0.93% 0.84% -
XYZ 43.73 46.17 7.02 -
YUV 170.07 39.93 159.34 -
System Red Green Blue C M Y K H S L
Decimal 214 178 14 0 0.17 0.93 0.16 49.2 0.88 0.45
Hex D6 B2 E 0 11 5D 10 31 58 2D
Octal 326 262 16 0 21 135 20 61 130 55
Binary 11010110 10110010 1110 0 10001 1011101 10000 110001 1011000 101101

Color Harmonies of #D6B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B20E

Black with #D6B20E

Text Example


Text Example

White with #D6B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B20E; }

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

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

background-color css

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

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

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

border-color css

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

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

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