Html Css Color HEX #D5CB52 Confetti

📋 copy color: '#D5CB52'

red 213 ◦ green 203 ◦ blue 82

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

Shades of Confetti #D5CB52

Tints of Confetti #D5CB52

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 82 (32.42% from 255) = 16.47%

R = 42.77%
G = 40.76%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D5CB52 (or 0xD5CB52) is known color: Confetti. HEX triplet: D5, CB and 52. RGB value is (213,203,82). Sum of RGB (Red+Green+Blue) = 213+203+82=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 82 (32.42% from 255 or 16.47% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CB52 is #2A34AD. Grayscale: #C0C0C0. Windows color (decimal): -2765998 or 5426133. OLE color: 5426133.

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

Color convert

RGB 213 203 82 -
CMYK 0 0.05 0.62 0.16
HSL 55.42º 0.61% 0.58% -
HSV(B) 55.42º 0.62% 0.84% -
XYZ 50.32 57.47 16.42 -
YUV 192.2 65.81 142.84 -
System Red Green Blue C M Y K H S L
Decimal 213 203 82 0 0.05 0.62 0.16 55.42 0.61 0.58
Hex D5 CB 52 0 5 3E 10 37 3D 3A
Octal 325 313 122 0 5 76 20 67 75 72
Binary 11010101 11001011 1010010 0 101 111110 10000 110111 111101 111010

Color Harmonies of #D5CB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CB52

Black with #D5CB52

Text Example


Text Example

White with #D5CB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CB52; }

 p { color: rgb(213,203,82); }

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

background-color css

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

 a { background-color: rgb(213,203,82); }

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

border-color css

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

 span { border-color: rgb(213,203,82); }

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