Html Css Color HEX #DCC41B Sunflower

📋 copy color: '#DCC41B'

red 220 ◦ green 196 ◦ blue 27

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

Shades of Sunflower #DCC41B

Tints of Sunflower #DCC41B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.09%

R = 49.66%
G = 44.24%
B = 6.09%

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

#DCC41B (or 0xDCC41B) is known color: Sunflower. HEX triplet: DC, C4 and 1B. RGB value is (220,196,27). Sum of RGB (Red+Green+Blue) = 220+196+27=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC41B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC41B is #233BE4. Grayscale: #B8B8B8. Windows color (decimal): -2309093 or 1819868. OLE color: 1819868.

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

Color convert

RGB 220 196 27 -
CMYK 0 0.11 0.88 0.14
HSL 52.54º 0.78% 0.48% -
HSV(B) 52.54º 0.88% 0.86% -
XYZ 49.45 54.77 9 -
YUV 183.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 220 196 27 0 0.11 0.88 0.14 52.54 0.78 0.48
Hex DC C4 1B 0 B 58 E 35 4E 30
Octal 334 304 33 0 13 130 16 65 116 60
Binary 11011100 11000100 11011 0 1011 1011000 1110 110101 1001110 110000

Color Harmonies of #DCC41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC41B

Black with #DCC41B

Text Example


Text Example

White with #DCC41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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