Html Css Color HEX #DCC20D Sunflower

📋 copy color: '#DCC20D'

red 220 ◦ green 194 ◦ blue 13

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

Shades of Sunflower #DCC20D

Tints of Sunflower #DCC20D

RGB

 RED value IS 220 (86.33% from 255) = 51.52%

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 51.52%
G = 45.43%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCC20D (or 0xDCC20D) is known color: Sunflower. HEX triplet: DC, C2 and 0D. RGB value is (220,194,13). Sum of RGB (Red+Green+Blue) = 220+194+13=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC20D is #233DF2. Grayscale: #B5B5B5. Windows color (decimal): -2309619 or 901852. OLE color: 901852.

HSL color Cylindrical-coordinate representation of color #DCC20D: hue angle of 52.46º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DCC20D is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 194 13 -
CMYK 0 0.12 0.94 0.14
HSL 52.46º 0.89% 0.46% -
HSV(B) 52.46º 0.94% 0.86% -
XYZ 48.88 53.83 8.19 -
YUV 181.14 33.11 155.72 -
System Red Green Blue C M Y K H S L
Decimal 220 194 13 0 0.12 0.94 0.14 52.46 0.89 0.46
Hex DC C2 D 0 C 5E E 34 59 2E
Octal 334 302 15 0 14 136 16 64 131 56
Binary 11011100 11000010 1101 0 1100 1011110 1110 110100 1011001 101110

Color Harmonies of #DCC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC20D

Black with #DCC20D

Text Example


Text Example

White with #DCC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC20D; }

 p { color: rgb(220,194,13); }

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

background-color css

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

 a { background-color: rgb(220,194,13); }

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

border-color css

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

 span { border-color: rgb(220,194,13); }

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