Html Css Color HEX #D5CC4D Confetti

📋 copy color: '#D5CC4D'

red 213 ◦ green 204 ◦ blue 77

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

Shades of Confetti #D5CC4D

Tints of Confetti #D5CC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 43.12%
G = 41.3%
B = 15.59%

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

#D5CC4D (or 0xD5CC4D) is known color: Confetti. HEX triplet: D5, CC and 4D. RGB value is (213,204,77). Sum of RGB (Red+Green+Blue) = 213+204+77=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC4D is #2A33B2. Grayscale: #C0C0C0. Windows color (decimal): -2765747 or 5098709. OLE color: 5098709.

HSL color Cylindrical-coordinate representation of color #D5CC4D: hue angle of 56.03º 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 #D5CC4D is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 77 -
CMYK 0 0.04 0.64 0.16
HSL 56.03º 0.62% 0.57% -
HSV(B) 56.03º 0.64% 0.84% -
XYZ 50.37 57.87 15.54 -
YUV 192.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 213 204 77 0 0.04 0.64 0.16 56.03 0.62 0.57
Hex D5 CC 4D 0 4 40 10 38 3E 39
Octal 325 314 115 0 4 100 20 70 76 71
Binary 11010101 11001100 1001101 0 100 1000000 10000 111000 111110 111001

Color Harmonies of #D5CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CC4D

Black with #D5CC4D

Text Example


Text Example

White with #D5CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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