Html Css Color HEX #DCC741 Confetti

📋 copy color: '#DCC741'

red 220 ◦ green 199 ◦ blue 65

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

Shades of Confetti #DCC741

Tints of Confetti #DCC741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.12%

 BLUE value IS 65 (25.78% from 255) = 13.43%

R = 45.45%
G = 41.12%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DCC741 (or 0xDCC741) is known color: Confetti. HEX triplet: DC, C7 and 41. RGB value is (220,199,65). Sum of RGB (Red+Green+Blue) = 220+199+65=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 199 (78.12% from 255 or 41.12% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC741 is #2338BE. Grayscale: #BEBEBE. Windows color (decimal): -2308287 or 4311004. OLE color: 4311004.

HSL color Cylindrical-coordinate representation of color #DCC741: hue angle of 51.87º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCC741 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 65 -
CMYK 0 0.10 0.70 0.14
HSL 51.87º 0.69% 0.56% -
HSV(B) 51.87º 0.7% 0.86% -
XYZ 50.89 56.44 13.21 -
YUV 190 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 220 199 65 0 0.10 0.70 0.14 51.87 0.69 0.56
Hex DC C7 41 0 A 46 E 34 45 38
Octal 334 307 101 0 12 106 16 64 105 70
Binary 11011100 11000111 1000001 0 1010 1000110 1110 110100 1000101 111000

Color Harmonies of #DCC741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC741

Black with #DCC741

Text Example


Text Example

White with #DCC741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC741; }

 p { color: rgb(220,199,65); }

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

background-color css

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

 a { background-color: rgb(220,199,65); }

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

border-color css

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

 span { border-color: rgb(220,199,65); }

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