Html Css Color HEX #D2D04C Confetti

📋 copy color: '#D2D04C'

red 210 ◦ green 208 ◦ blue 76

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

Shades of Confetti #D2D04C

Tints of Confetti #D2D04C

RGB

 RED value IS 210 (82.42% from 255) = 42.51%

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

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

R = 42.51%
G = 42.11%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2D04C (or 0xD2D04C) is known color: Confetti. HEX triplet: D2, D0 and 4C. RGB value is (210,208,76). Sum of RGB (Red+Green+Blue) = 210+208+76=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D04C is #2D2FB3. Grayscale: #C2C2C2. Windows color (decimal): -2961332 or 5034194. OLE color: 5034194.

HSL color Cylindrical-coordinate representation of color #D2D04C: hue angle of 59.1º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2D04C is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 208 76 -
CMYK 0 0.01 0.64 0.18
HSL 59.1º 0.6% 0.56% -
HSV(B) 59.1º 0.64% 0.82% -
XYZ 50.44 59.34 15.63 -
YUV 193.55 61.66 139.73 -
System Red Green Blue C M Y K H S L
Decimal 210 208 76 0 0.01 0.64 0.18 59.1 0.6 0.56
Hex D2 D0 4C 0 1 40 12 3B 3C 38
Octal 322 320 114 0 1 100 22 73 74 70
Binary 11010010 11010000 1001100 0 1 1000000 10010 111011 111100 111000

Color Harmonies of #D2D04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D04C

Black with #D2D04C

Text Example


Text Example

White with #D2D04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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