Html Css Color HEX #D5CA48 Confetti

📋 copy color: '#D5CA48'

red 213 ◦ green 202 ◦ blue 72

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

Shades of Confetti #D5CA48

Tints of Confetti #D5CA48

RGB

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

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

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

R = 43.74%
G = 41.48%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5CA48 (or 0xD5CA48) is known color: Confetti. HEX triplet: D5, CA and 48. RGB value is (213,202,72). Sum of RGB (Red+Green+Blue) = 213+202+72=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA48 is #2A35B7. Grayscale: #BEBEBE. Windows color (decimal): -2766264 or 4770517. OLE color: 4770517.

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

Color convert

RGB 213 202 72 -
CMYK 0 0.05 0.66 0.16
HSL 55.32º 0.63% 0.56% -
HSV(B) 55.32º 0.66% 0.84% -
XYZ 49.73 56.86 14.48 -
YUV 190.47 61.14 144.07 -
System Red Green Blue C M Y K H S L
Decimal 213 202 72 0 0.05 0.66 0.16 55.32 0.63 0.56
Hex D5 CA 48 0 5 42 10 37 3F 38
Octal 325 312 110 0 5 102 20 67 77 70
Binary 11010101 11001010 1001000 0 101 1000010 10000 110111 111111 111000

Color Harmonies of #D5CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA48

Black with #D5CA48

Text Example


Text Example

White with #D5CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA48; }

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

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

background-color css

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

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

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

border-color css

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

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

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