Html Css Color HEX #D6C11E Sunflower

📋 copy color: '#D6C11E'

red 214 ◦ green 193 ◦ blue 30

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

Shades of Sunflower #D6C11E

Tints of Sunflower #D6C11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.16%

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

R = 48.97%
G = 44.16%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6C11E (or 0xD6C11E) is known color: Sunflower. HEX triplet: D6, C1 and 1E. RGB value is (214,193,30). Sum of RGB (Red+Green+Blue) = 214+193+30=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 193 (75.78% from 255 or 44.16% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C11E is #293EE1. Grayscale: #B5B5B5. Windows color (decimal): -2703074 or 2015702. OLE color: 2015702.

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

Color convert

RGB 214 193 30 -
CMYK 0 0.10 0.86 0.16
HSL 53.15º 0.75% 0.48% -
HSV(B) 53.15º 0.86% 0.84% -
XYZ 47.04 52.53 8.89 -
YUV 180.7 42.96 151.75 -
System Red Green Blue C M Y K H S L
Decimal 214 193 30 0 0.10 0.86 0.16 53.15 0.75 0.48
Hex D6 C1 1E 0 A 56 10 35 4B 30
Octal 326 301 36 0 12 126 20 65 113 60
Binary 11010110 11000001 11110 0 1010 1010110 10000 110101 1001011 110000

Color Harmonies of #D6C11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C11E

Black with #D6C11E

Text Example


Text Example

White with #D6C11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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