Html Css Color HEX #D5CA4C Confetti

📋 copy color: '#D5CA4C'

red 213 ◦ green 202 ◦ blue 76

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

Shades of Confetti #D5CA4C

Tints of Confetti #D5CA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.14%

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

R = 43.38%
G = 41.14%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5CA4C (or 0xD5CA4C) is known color: Confetti. HEX triplet: D5, CA and 4C. RGB value is (213,202,76). Sum of RGB (Red+Green+Blue) = 213+202+76=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA4C is #2A35B3. Grayscale: #BFBFBF. Windows color (decimal): -2766260 or 5032661. OLE color: 5032661.

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

Color convert

RGB 213 202 76 -
CMYK 0 0.05 0.64 0.16
HSL 55.18º 0.62% 0.57% -
HSV(B) 55.18º 0.64% 0.84% -
XYZ 49.87 56.91 15.19 -
YUV 190.93 63.14 143.75 -
System Red Green Blue C M Y K H S L
Decimal 213 202 76 0 0.05 0.64 0.16 55.18 0.62 0.57
Hex D5 CA 4C 0 5 40 10 37 3E 39
Octal 325 312 114 0 5 100 20 67 76 71
Binary 11010101 11001010 1001100 0 101 1000000 10000 110111 111110 111001

Color Harmonies of #D5CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA4C

Black with #D5CA4C

Text Example


Text Example

White with #D5CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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