Html Css Color HEX #D6C120 Sunflower

📋 copy color: '#D6C120'

red 214 ◦ green 193 ◦ blue 32

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

Shades of Sunflower #D6C120

Tints of Sunflower #D6C120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 48.75%
G = 43.96%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D6C120 (or 0xD6C120) is known color: Sunflower. HEX triplet: D6, C1 and 20. RGB value is (214,193,32). Sum of RGB (Red+Green+Blue) = 214+193+32=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C120 is #293EDF. Grayscale: #B5B5B5. Windows color (decimal): -2703072 or 2146774. OLE color: 2146774.

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

Color convert

RGB 214 193 32 -
CMYK 0 0.10 0.85 0.16
HSL 53.08º 0.74% 0.48% -
HSV(B) 53.08º 0.85% 0.84% -
XYZ 47.06 52.54 9.03 -
YUV 180.93 43.96 151.59 -
System Red Green Blue C M Y K H S L
Decimal 214 193 32 0 0.10 0.85 0.16 53.08 0.74 0.48
Hex D6 C1 20 0 A 55 10 35 4A 30
Octal 326 301 40 0 12 125 20 65 112 60
Binary 11010110 11000001 100000 0 1010 1010101 10000 110101 1001010 110000

Color Harmonies of #D6C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C120

Black with #D6C120

Text Example


Text Example

White with #D6C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C120; }

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

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

background-color css

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

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

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

border-color css

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

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

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