Html Css Color HEX #DCC642 Confetti

📋 copy color: '#DCC642'

red 220 ◦ green 198 ◦ blue 66

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

Shades of Confetti #DCC642

Tints of Confetti #DCC642

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 45.45%
G = 40.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCC642 (or 0xDCC642) is known color: Confetti. HEX triplet: DC, C6 and 42. RGB value is (220,198,66). Sum of RGB (Red+Green+Blue) = 220+198+66=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC642 is #2339BD. Grayscale: #BEBEBE. Windows color (decimal): -2308542 or 4376284. OLE color: 4376284.

HSL color Cylindrical-coordinate representation of color #DCC642: hue angle of 51.43º 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 #DCC642 is Cyan = 0, Magento = 0.1, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 66 -
CMYK 0 0.1 0.7 0.14
HSL 51.43º 0.69% 0.56% -
HSV(B) 51.43º 0.7% 0.86% -
XYZ 50.69 56 13.29 -
YUV 189.53 58.29 149.73 -
System Red Green Blue C M Y K H S L
Decimal 220 198 66 0 0.1 0.7 0.14 51.43 0.69 0.56
Hex DC C6 42 0 A 46 E 33 45 38
Octal 334 306 102 0 12 106 16 63 105 70
Binary 11011100 11000110 1000010 0 1010 1000110 1110 110011 1000101 111000

Color Harmonies of #DCC642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC642

Black with #DCC642

Text Example


Text Example

White with #DCC642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC642; }

 p { color: rgb(220,198,66); }

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

background-color css

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

 a { background-color: rgb(220,198,66); }

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

border-color css

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

 span { border-color: rgb(220,198,66); }

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