Html Css Color HEX #D6C21E Sunflower

📋 copy color: '#D6C21E'

red 214 ◦ green 194 ◦ blue 30

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

Shades of Sunflower #D6C21E

Tints of Sunflower #D6C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.29%

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 48.86%
G = 44.29%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6C21E (or 0xD6C21E) is known color: Sunflower. HEX triplet: D6, C2 and 1E. RGB value is (214,194,30). Sum of RGB (Red+Green+Blue) = 214+194+30=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C21E is #293DE1. Grayscale: #B5B5B5. Windows color (decimal): -2702818 or 2015958. OLE color: 2015958.

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

Color convert

RGB 214 194 30 -
CMYK 0 0.09 0.86 0.16
HSL 53.48º 0.75% 0.48% -
HSV(B) 53.48º 0.86% 0.84% -
XYZ 47.26 52.97 8.96 -
YUV 181.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 214 194 30 0 0.09 0.86 0.16 53.48 0.75 0.48
Hex D6 C2 1E 0 9 56 10 35 4B 30
Octal 326 302 36 0 11 126 20 65 113 60
Binary 11010110 11000010 11110 0 1001 1010110 10000 110101 1001011 110000

Color Harmonies of #D6C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C21E

Black with #D6C21E

Text Example


Text Example

White with #D6C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C21E; }

 p { color: rgb(214,194,30); }

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

background-color css

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

 a { background-color: rgb(214,194,30); }

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

border-color css

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

 span { border-color: rgb(214,194,30); }

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