Html Css Color HEX #DCC40A Sunflower

📋 copy color: '#DCC40A'

red 220 ◦ green 196 ◦ blue 10

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

Shades of Sunflower #DCC40A

Tints of Sunflower #DCC40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 51.64%
G = 46.01%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DCC40A (or 0xDCC40A) is known color: Sunflower. HEX triplet: DC, C4 and 0A. RGB value is (220,196,10). Sum of RGB (Red+Green+Blue) = 220+196+10=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC40A is #233BF5. Grayscale: #B6B6B6. Windows color (decimal): -2309110 or 705756. OLE color: 705756.

HSL color Cylindrical-coordinate representation of color #DCC40A: hue angle of 53.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DCC40A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 10 -
CMYK 0 0.11 0.95 0.14
HSL 53.14º 0.91% 0.45% -
HSV(B) 53.14º 0.95% 0.86% -
XYZ 49.31 54.72 8.25 -
YUV 181.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 220 196 10 0 0.11 0.95 0.14 53.14 0.91 0.45
Hex DC C4 A 0 B 5F E 35 5B 2D
Octal 334 304 12 0 13 137 16 65 133 55
Binary 11011100 11000100 1010 0 1011 1011111 1110 110101 1011011 101101

Color Harmonies of #DCC40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC40A

Black with #DCC40A

Text Example


Text Example

White with #DCC40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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