Html Css Color HEX #D4D04C Confetti

📋 copy color: '#D4D04C'

red 212 ◦ green 208 ◦ blue 76

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

Shades of Confetti #D4D04C

Tints of Confetti #D4D04C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.94%

 BLUE value IS 76 (30.08% from 255) = 15.32%

R = 42.74%
G = 41.94%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4D04C (or 0xD4D04C) is known color: Confetti. HEX triplet: D4, D0 and 4C. RGB value is (212,208,76). Sum of RGB (Red+Green+Blue) = 212+208+76=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D04C is #2B2FB3. Grayscale: #C2C2C2. Windows color (decimal): -2830260 or 5034196. OLE color: 5034196.

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

Color convert

RGB 212 208 76 -
CMYK 0 0.02 0.64 0.17
HSL 58.24º 0.61% 0.56% -
HSV(B) 58.24º 0.64% 0.83% -
XYZ 51.01 59.63 15.66 -
YUV 194.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 212 208 76 0 0.02 0.64 0.17 58.24 0.61 0.56
Hex D4 D0 4C 0 2 40 11 3A 3D 38
Octal 324 320 114 0 2 100 21 72 75 70
Binary 11010100 11010000 1001100 0 10 1000000 10001 111010 111101 111000

Color Harmonies of #D4D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D04C

Black with #D4D04C

Text Example


Text Example

White with #D4D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D04C; }

 p { color: rgb(212,208,76); }

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

background-color css

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

 a { background-color: rgb(212,208,76); }

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

border-color css

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

 span { border-color: rgb(212,208,76); }

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