Html Css Color HEX #DCCF52 Confetti

📋 copy color: '#DCCF52'

red 220 ◦ green 207 ◦ blue 82

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

Shades of Confetti #DCCF52

Tints of Confetti #DCCF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.67%

 BLUE value IS 82 (32.42% from 255) = 16.11%

R = 43.22%
G = 40.67%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCCF52 (or 0xDCCF52) is known color: Confetti. HEX triplet: DC, CF and 52. RGB value is (220,207,82). Sum of RGB (Red+Green+Blue) = 220+207+82=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF52 is #2330AD. Grayscale: #C5C5C5. Windows color (decimal): -2306222 or 5427164. OLE color: 5427164.

HSL color Cylindrical-coordinate representation of color #DCCF52: hue angle of 54.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCCF52 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 82 -
CMYK 0 0.06 0.63 0.14
HSL 54.35º 0.66% 0.59% -
HSV(B) 54.35º 0.63% 0.86% -
XYZ 53.35 60.45 16.84 -
YUV 196.64 63.31 144.66 -
System Red Green Blue C M Y K H S L
Decimal 220 207 82 0 0.06 0.63 0.14 54.35 0.66 0.59
Hex DC CF 52 0 6 3F E 36 42 3B
Octal 334 317 122 0 6 77 16 66 102 73
Binary 11011100 11001111 1010010 0 110 111111 1110 110110 1000010 111011

Color Harmonies of #DCCF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF52

Black with #DCCF52

Text Example


Text Example

White with #DCCF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF52; }

 p { color: rgb(220,207,82); }

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

background-color css

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

 a { background-color: rgb(220,207,82); }

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

border-color css

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

 span { border-color: rgb(220,207,82); }

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