Html Css Color HEX #DCC952 Confetti

📋 copy color: '#DCC952'

red 220 ◦ green 201 ◦ blue 82

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

Shades of Confetti #DCC952

Tints of Confetti #DCC952

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.96%

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

R = 43.74%
G = 39.96%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCC952 (or 0xDCC952) is known color: Confetti. HEX triplet: DC, C9 and 52. RGB value is (220,201,82). Sum of RGB (Red+Green+Blue) = 220+201+82=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC952 is #2336AD. Grayscale: #C1C1C1. Windows color (decimal): -2307758 or 5425628. OLE color: 5425628.

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

Color convert

RGB 220 201 82 -
CMYK 0 0.09 0.63 0.14
HSL 51.74º 0.66% 0.59% -
HSV(B) 51.74º 0.63% 0.86% -
XYZ 51.92 57.6 16.36 -
YUV 193.12 65.29 147.18 -
System Red Green Blue C M Y K H S L
Decimal 220 201 82 0 0.09 0.63 0.14 51.74 0.66 0.59
Hex DC C9 52 0 9 3F E 34 42 3B
Octal 334 311 122 0 11 77 16 64 102 73
Binary 11011100 11001001 1010010 0 1001 111111 1110 110100 1000010 111011

Color Harmonies of #DCC952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC952

Black with #DCC952

Text Example


Text Example

White with #DCC952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC952; }

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

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

background-color css

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

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

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

border-color css

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

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

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