Html Css Color HEX #DFCC48 Confetti

📋 copy color: '#DFCC48'

red 223 ◦ green 204 ◦ blue 72

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

Shades of Confetti #DFCC48

Tints of Confetti #DFCC48

RGB

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

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

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

R = 44.69%
G = 40.88%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFCC48 (or 0xDFCC48) is known color: Confetti. HEX triplet: DF, CC and 48. RGB value is (223,204,72). Sum of RGB (Red+Green+Blue) = 223+204+72=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCC48 is #2033B7. Grayscale: #C3C3C3. Windows color (decimal): -2110392 or 4771039. OLE color: 4771039.

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

Color convert

RGB 223 204 72 -
CMYK 0 0.09 0.68 0.13
HSL 52.45º 0.7% 0.58% -
HSV(B) 52.45º 0.68% 0.87% -
XYZ 53.19 59.34 14.78 -
YUV 194.63 58.79 148.23 -
System Red Green Blue C M Y K H S L
Decimal 223 204 72 0 0.09 0.68 0.13 52.45 0.7 0.58
Hex DF CC 48 0 9 44 D 34 46 3A
Octal 337 314 110 0 11 104 15 64 106 72
Binary 11011111 11001100 1001000 0 1001 1000100 1101 110100 1000110 111010

Color Harmonies of #DFCC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCC48

Black with #DFCC48

Text Example


Text Example

White with #DFCC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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