Html Css Color HEX #DCC41C Sunflower

📋 copy color: '#DCC41C'

red 220 ◦ green 196 ◦ blue 28

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

Shades of Sunflower #DCC41C

Tints of Sunflower #DCC41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.31%

R = 49.55%
G = 44.14%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DCC41C (or 0xDCC41C) is known color: Sunflower. HEX triplet: DC, C4 and 1C. RGB value is (220,196,28). Sum of RGB (Red+Green+Blue) = 220+196+28=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 196 (76.95% from 255 or 44.14% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC41C is #233BE3. Grayscale: #B8B8B8. Windows color (decimal): -2309092 or 1885404. OLE color: 1885404.

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

Color convert

RGB 220 196 28 -
CMYK 0 0.11 0.87 0.14
HSL 52.5º 0.77% 0.49% -
HSV(B) 52.5º 0.87% 0.86% -
XYZ 49.46 54.78 9.07 -
YUV 184.02 39.95 153.66 -
System Red Green Blue C M Y K H S L
Decimal 220 196 28 0 0.11 0.87 0.14 52.5 0.77 0.49
Hex DC C4 1C 0 B 57 E 34 4D 31
Octal 334 304 34 0 13 127 16 64 115 61
Binary 11011100 11000100 11100 0 1011 1010111 1110 110100 1001101 110001

Color Harmonies of #DCC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC41C

Black with #DCC41C

Text Example


Text Example

White with #DCC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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