Html Css Color HEX #D5CC48 Confetti

📋 copy color: '#D5CC48'

red 213 ◦ green 204 ◦ blue 72

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

Shades of Confetti #D5CC48

Tints of Confetti #D5CC48

RGB

 RED value IS 213 (83.59% from 255) = 43.56%

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

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

R = 43.56%
G = 41.72%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5CC48 (or 0xD5CC48) is known color: Confetti. HEX triplet: D5, CC and 48. RGB value is (213,204,72). Sum of RGB (Red+Green+Blue) = 213+204+72=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 72 (28.52% from 255 or 14.72% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC48 is #2A33B7. Grayscale: #C0C0C0. Windows color (decimal): -2765752 or 4771029. OLE color: 4771029.

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

Color convert

RGB 213 204 72 -
CMYK 0 0.04 0.66 0.16
HSL 56.17º 0.63% 0.56% -
HSV(B) 56.17º 0.66% 0.84% -
XYZ 50.2 57.8 14.64 -
YUV 191.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 213 204 72 0 0.04 0.66 0.16 56.17 0.63 0.56
Hex D5 CC 48 0 4 42 10 38 3F 38
Octal 325 314 110 0 4 102 20 70 77 70
Binary 11010101 11001100 1001000 0 100 1000010 10000 111000 111111 111000

Color Harmonies of #D5CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC48

Black with #D5CC48

Text Example


Text Example

White with #D5CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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