Html Css Color HEX #D5CC4C Confetti

📋 copy color: '#D5CC4C'

red 213 ◦ green 204 ◦ blue 76

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

Shades of Confetti #D5CC4C

Tints of Confetti #D5CC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.42%

R = 43.2%
G = 41.38%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5CC4C (or 0xD5CC4C) is known color: Confetti. HEX triplet: D5, CC and 4C. RGB value is (213,204,76). Sum of RGB (Red+Green+Blue) = 213+204+76=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 76 (30.08% from 255 or 15.42% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC4C is #2A33B3. Grayscale: #C0C0C0. Windows color (decimal): -2765748 or 5033173. OLE color: 5033173.

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

Color convert

RGB 213 204 76 -
CMYK 0 0.04 0.64 0.16
HSL 56.06º 0.62% 0.57% -
HSV(B) 56.06º 0.64% 0.84% -
XYZ 50.34 57.85 15.35 -
YUV 192.1 62.48 142.91 -
System Red Green Blue C M Y K H S L
Decimal 213 204 76 0 0.04 0.64 0.16 56.06 0.62 0.57
Hex D5 CC 4C 0 4 40 10 38 3E 39
Octal 325 314 114 0 4 100 20 70 76 71
Binary 11010101 11001100 1001100 0 100 1000000 10000 111000 111110 111001

Color Harmonies of #D5CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC4C

Black with #D5CC4C

Text Example


Text Example

White with #D5CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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