Html Css Color HEX #D5CE55 Confetti

📋 copy color: '#D5CE55'

red 213 ◦ green 206 ◦ blue 85

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

Shades of Confetti #D5CE55

Tints of Confetti #D5CE55

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.87%

 BLUE value IS 85 (33.59% from 255) = 16.87%

R = 42.26%
G = 40.87%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D5CE55 (or 0xD5CE55) is known color: Confetti. HEX triplet: D5, CE and 55. RGB value is (213,206,85). Sum of RGB (Red+Green+Blue) = 213+206+85=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 85 (33.59% from 255 or 16.87% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CE55 is #2A31AA. Grayscale: #C2C2C2. Windows color (decimal): -2765227 or 5623509. OLE color: 5623509.

HSL color Cylindrical-coordinate representation of color #D5CE55: hue angle of 56.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5CE55 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 85 -
CMYK 0 0.03 0.60 0.16
HSL 56.72º 0.6% 0.58% -
HSV(B) 56.72º 0.6% 0.84% -
XYZ 51.15 58.94 17.28 -
YUV 194.3 66.32 141.34 -
System Red Green Blue C M Y K H S L
Decimal 213 206 85 0 0.03 0.60 0.16 56.72 0.6 0.58
Hex D5 CE 55 0 3 3C 10 39 3C 3A
Octal 325 316 125 0 3 74 20 71 74 72
Binary 11010101 11001110 1010101 0 11 111100 10000 111001 111100 111010

Color Harmonies of #D5CE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE55

Black with #D5CE55

Text Example


Text Example

White with #D5CE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE55; }

 p { color: rgb(213,206,85); }

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

background-color css

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

 a { background-color: rgb(213,206,85); }

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

border-color css

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

 span { border-color: rgb(213,206,85); }

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