Html Css Color HEX #DCC742 Confetti

📋 copy color: '#DCC742'

red 220 ◦ green 199 ◦ blue 66

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

Shades of Confetti #DCC742

Tints of Confetti #DCC742

RGB

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

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

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

R = 45.36%
G = 41.03%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DCC742 (or 0xDCC742) is known color: Confetti. HEX triplet: DC, C7 and 42. RGB value is (220,199,66). Sum of RGB (Red+Green+Blue) = 220+199+66=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC742 is #2338BD. Grayscale: #BEBEBE. Windows color (decimal): -2308286 or 4376540. OLE color: 4376540.

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

Color convert

RGB 220 199 66 -
CMYK 0 0.10 0.7 0.14
HSL 51.82º 0.69% 0.56% -
HSV(B) 51.82º 0.7% 0.86% -
XYZ 50.92 56.46 13.37 -
YUV 190.12 57.96 149.31 -
System Red Green Blue C M Y K H S L
Decimal 220 199 66 0 0.10 0.7 0.14 51.82 0.69 0.56
Hex DC C7 42 0 A 46 E 34 45 38
Octal 334 307 102 0 12 106 16 64 105 70
Binary 11011100 11000111 1000010 0 1010 1000110 1110 110100 1000101 111000

Color Harmonies of #DCC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC742

Black with #DCC742

Text Example


Text Example

White with #DCC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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