Html Css Color HEX #DCC41A Sunflower

📋 copy color: '#DCC41A'

red 220 ◦ green 196 ◦ blue 26

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

Shades of Sunflower #DCC41A

Tints of Sunflower #DCC41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.88%

R = 49.77%
G = 44.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DCC41A (or 0xDCC41A) is known color: Sunflower. HEX triplet: DC, C4 and 1A. RGB value is (220,196,26). Sum of RGB (Red+Green+Blue) = 220+196+26=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC41A is #233BE5. Grayscale: #B8B8B8. Windows color (decimal): -2309094 or 1754332. OLE color: 1754332.

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

Color convert

RGB 220 196 26 -
CMYK 0 0.11 0.88 0.14
HSL 52.58º 0.79% 0.48% -
HSV(B) 52.58º 0.88% 0.86% -
XYZ 49.44 54.77 8.94 -
YUV 183.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 220 196 26 0 0.11 0.88 0.14 52.58 0.79 0.48
Hex DC C4 1A 0 B 58 E 35 4F 30
Octal 334 304 32 0 13 130 16 65 117 60
Binary 11011100 11000100 11010 0 1011 1011000 1110 110101 1001111 110000

Color Harmonies of #DCC41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC41A

Black with #DCC41A

Text Example


Text Example

White with #DCC41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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