Html Css Color HEX #DCCB48 Confetti

📋 copy color: '#DCCB48'

red 220 ◦ green 203 ◦ blue 72

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

Shades of Confetti #DCCB48

Tints of Confetti #DCCB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 72 (28.52% from 255) = 14.55%

R = 44.44%
G = 41.01%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCCB48 (or 0xDCCB48) is known color: Confetti. HEX triplet: DC, CB and 48. RGB value is (220,203,72). Sum of RGB (Red+Green+Blue) = 220+203+72=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCB48 is #2334B7. Grayscale: #C1C1C1. Windows color (decimal): -2307256 or 4770780. OLE color: 4770780.

HSL color Cylindrical-coordinate representation of color #DCCB48: hue angle of 53.11º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCCB48 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 203 72 -
CMYK 0 0.08 0.67 0.14
HSL 53.11º 0.68% 0.57% -
HSV(B) 53.11º 0.67% 0.86% -
XYZ 52.04 58.4 14.66 -
YUV 193.15 59.63 147.15 -
System Red Green Blue C M Y K H S L
Decimal 220 203 72 0 0.08 0.67 0.14 53.11 0.68 0.57
Hex DC CB 48 0 8 43 E 35 44 39
Octal 334 313 110 0 10 103 16 65 104 71
Binary 11011100 11001011 1001000 0 1000 1000011 1110 110101 1000100 111001

Color Harmonies of #DCCB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB48

Black with #DCCB48

Text Example


Text Example

White with #DCCB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB48; }

 p { color: rgb(220,203,72); }

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

background-color css

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

 a { background-color: rgb(220,203,72); }

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

border-color css

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

 span { border-color: rgb(220,203,72); }

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