Html Css Color HEX #D4CC48 Confetti

📋 copy color: '#D4CC48'

red 212 ◦ green 204 ◦ blue 72

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

Shades of Confetti #D4CC48

Tints of Confetti #D4CC48

RGB

 RED value IS 212 (83.2% from 255) = 43.44%

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

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

R = 43.44%
G = 41.8%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4CC48 (or 0xD4CC48) is known color: Confetti. HEX triplet: D4, CC and 48. RGB value is (212,204,72). Sum of RGB (Red+Green+Blue) = 212+204+72=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC48 is #2B33B7. Grayscale: #BFBFBF. Windows color (decimal): -2831288 or 4771028. OLE color: 4771028.

HSL color Cylindrical-coordinate representation of color #D4CC48: hue angle of 56.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4CC48 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 72 -
CMYK 0 0.04 0.66 0.17
HSL 56.57º 0.62% 0.56% -
HSV(B) 56.57º 0.66% 0.83% -
XYZ 49.91 57.65 14.63 -
YUV 191.34 60.65 142.73 -
System Red Green Blue C M Y K H S L
Decimal 212 204 72 0 0.04 0.66 0.17 56.57 0.62 0.56
Hex D4 CC 48 0 4 42 11 39 3E 38
Octal 324 314 110 0 4 102 21 71 76 70
Binary 11010100 11001100 1001000 0 100 1000010 10001 111001 111110 111000

Color Harmonies of #D4CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC48

Black with #D4CC48

Text Example


Text Example

White with #D4CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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