Html Css Color HEX #D5CE48 Confetti

📋 copy color: '#D5CE48'

red 213 ◦ green 206 ◦ blue 72

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

Shades of Confetti #D5CE48

Tints of Confetti #D5CE48

RGB

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

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

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

R = 43.38%
G = 41.96%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D5CE48 (or 0xD5CE48) is known color: Confetti. HEX triplet: D5, CE and 48. RGB value is (213,206,72). Sum of RGB (Red+Green+Blue) = 213+206+72=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 72 (28.52% from 255 or 14.66% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CE48 is #2A31B7. Grayscale: #C1C1C1. Windows color (decimal): -2765240 or 4771541. OLE color: 4771541.

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

Color convert

RGB 213 206 72 -
CMYK 0 0.03 0.66 0.16
HSL 57.02º 0.63% 0.56% -
HSV(B) 57.02º 0.66% 0.84% -
XYZ 50.68 58.76 14.8 -
YUV 192.82 59.82 142.4 -
System Red Green Blue C M Y K H S L
Decimal 213 206 72 0 0.03 0.66 0.16 57.02 0.63 0.56
Hex D5 CE 48 0 3 42 10 39 3F 38
Octal 325 316 110 0 3 102 20 71 77 70
Binary 11010101 11001110 1001000 0 11 1000010 10000 111001 111111 111000

Color Harmonies of #D5CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CE48

Black with #D5CE48

Text Example


Text Example

White with #D5CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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