Html Css Color HEX #D4CC54 Confetti

📋 copy color: '#D4CC54'

red 212 ◦ green 204 ◦ blue 84

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

Shades of Confetti #D4CC54

Tints of Confetti #D4CC54

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 84 (33.2% from 255) = 16.8%

R = 42.4%
G = 40.8%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.60

 K value IS 0.17

RGB Variations

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

Color information

#D4CC54 (or 0xD4CC54) is known color: Confetti. HEX triplet: D4, CC and 54. RGB value is (212,204,84). Sum of RGB (Red+Green+Blue) = 212+204+84=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 84 (33.20% from 255 or 16.8% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC54 is #2B33AB. Grayscale: #C1C1C1. Windows color (decimal): -2831276 or 5557460. OLE color: 5557460.

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

Color convert

RGB 212 204 84 -
CMYK 0 0.04 0.60 0.17
HSL 56.25º 0.6% 0.58% -
HSV(B) 56.25º 0.6% 0.83% -
XYZ 50.34 57.82 16.9 -
YUV 192.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 212 204 84 0 0.04 0.60 0.17 56.25 0.6 0.58
Hex D4 CC 54 0 4 3C 11 38 3C 3A
Octal 324 314 124 0 4 74 21 70 74 72
Binary 11010100 11001100 1010100 0 100 111100 10001 111000 111100 111010

Color Harmonies of #D4CC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC54

Black with #D4CC54

Text Example


Text Example

White with #D4CC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC54; }

 p { color: rgb(212,204,84); }

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

background-color css

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

 a { background-color: rgb(212,204,84); }

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

border-color css

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

 span { border-color: rgb(212,204,84); }

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