Html Css Color HEX #DFCC52 Confetti

📋 copy color: '#DFCC52'

red 223 ◦ green 204 ◦ blue 82

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

Shades of Confetti #DFCC52

Tints of Confetti #DFCC52

RGB

 RED value IS 223 (87.5% from 255) = 43.81%

 GREEN value IS 204 (80.08% from 255) = 40.08%

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

R = 43.81%
G = 40.08%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFCC52 (or 0xDFCC52) is known color: Confetti. HEX triplet: DF, CC and 52. RGB value is (223,204,82). Sum of RGB (Red+Green+Blue) = 223+204+82=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCC52 is #2033AD. Grayscale: #C4C4C4. Windows color (decimal): -2110382 or 5426399. OLE color: 5426399.

HSL color Cylindrical-coordinate representation of color #DFCC52: hue angle of 51.91º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFCC52 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 204 82 -
CMYK 0 0.09 0.63 0.13
HSL 51.91º 0.69% 0.6% -
HSV(B) 51.91º 0.63% 0.87% -
XYZ 53.55 59.48 16.64 -
YUV 195.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 223 204 82 0 0.09 0.63 0.13 51.91 0.69 0.6
Hex DF CC 52 0 9 3F D 34 45 3C
Octal 337 314 122 0 11 77 15 64 105 74
Binary 11011111 11001100 1010010 0 1001 111111 1101 110100 1000101 111100

Color Harmonies of #DFCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC52

Black with #DFCC52

Text Example


Text Example

White with #DFCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC52; }

 p { color: rgb(223,204,82); }

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

background-color css

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

 a { background-color: rgb(223,204,82); }

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

border-color css

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

 span { border-color: rgb(223,204,82); }

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