Html Css Color HEX #D4CE48 Confetti

📋 copy color: '#D4CE48'

red 212 ◦ green 206 ◦ blue 72

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

Shades of Confetti #D4CE48

Tints of Confetti #D4CE48

RGB

 RED value IS 212 (83.2% from 255) = 43.27%

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

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

R = 43.27%
G = 42.04%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4CE48 (or 0xD4CE48) is known color: Confetti. HEX triplet: D4, CE and 48. RGB value is (212,206,72). Sum of RGB (Red+Green+Blue) = 212+206+72=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE48 is #2B31B7. Grayscale: #C1C1C1. Windows color (decimal): -2830776 or 4771540. OLE color: 4771540.

HSL color Cylindrical-coordinate representation of color #D4CE48: hue angle of 57.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4CE48 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 206 72 -
CMYK 0 0.03 0.66 0.17
HSL 57.43º 0.62% 0.56% -
HSV(B) 57.43º 0.66% 0.83% -
XYZ 50.39 58.61 14.79 -
YUV 192.52 59.99 141.9 -
System Red Green Blue C M Y K H S L
Decimal 212 206 72 0 0.03 0.66 0.17 57.43 0.62 0.56
Hex D4 CE 48 0 3 42 11 39 3E 38
Octal 324 316 110 0 3 102 21 71 76 70
Binary 11010100 11001110 1001000 0 11 1000010 10001 111001 111110 111000

Color Harmonies of #D4CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE48

Black with #D4CE48

Text Example


Text Example

White with #D4CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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