Html Css Color HEX #DCC40D Sunflower

📋 copy color: '#DCC40D'

red 220 ◦ green 196 ◦ blue 13

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

Shades of Sunflower #DCC40D

Tints of Sunflower #DCC40D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.69%

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

R = 51.28%
G = 45.69%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCC40D (or 0xDCC40D) is known color: Sunflower. HEX triplet: DC, C4 and 0D. RGB value is (220,196,13). Sum of RGB (Red+Green+Blue) = 220+196+13=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 196 (76.95% from 255 or 45.69% from 429); Blue value is 13 (5.47% from 255 or 3.03% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC40D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC40D is #233BF2. Grayscale: #B7B7B7. Windows color (decimal): -2309107 or 902364. OLE color: 902364.

HSL color Cylindrical-coordinate representation of color #DCC40D: hue angle of 53.04º 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 #DCC40D is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 13 -
CMYK 0 0.11 0.94 0.14
HSL 53.04º 0.89% 0.46% -
HSV(B) 53.04º 0.94% 0.86% -
XYZ 49.33 54.72 8.34 -
YUV 182.31 32.45 154.88 -
System Red Green Blue C M Y K H S L
Decimal 220 196 13 0 0.11 0.94 0.14 53.04 0.89 0.46
Hex DC C4 D 0 B 5E E 35 59 2E
Octal 334 304 15 0 13 136 16 65 131 56
Binary 11011100 11000100 1101 0 1011 1011110 1110 110101 1011001 101110

Color Harmonies of #DCC40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC40D

Black with #DCC40D

Text Example


Text Example

White with #DCC40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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