Html Css Color HEX #D2D04A Confetti

📋 copy color: '#D2D04A'

red 210 ◦ green 208 ◦ blue 74

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

Shades of Confetti #D2D04A

Tints of Confetti #D2D04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.04%

R = 42.68%
G = 42.28%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2D04A (or 0xD2D04A) is known color: Confetti. HEX triplet: D2, D0 and 4A. RGB value is (210,208,74). Sum of RGB (Red+Green+Blue) = 210+208+74=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D04A is #2D2FB5. Grayscale: #C1C1C1. Windows color (decimal): -2961334 or 4903122. OLE color: 4903122.

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

Color convert

RGB 210 208 74 -
CMYK 0 0.01 0.65 0.18
HSL 59.12º 0.6% 0.56% -
HSV(B) 59.12º 0.65% 0.82% -
XYZ 50.37 59.31 15.27 -
YUV 193.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 210 208 74 0 0.01 0.65 0.18 59.12 0.6 0.56
Hex D2 D0 4A 0 1 41 12 3B 3C 38
Octal 322 320 112 0 1 101 22 73 74 70
Binary 11010010 11010000 1001010 0 1 1000001 10010 111011 111100 111000

Color Harmonies of #D2D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D04A

Black with #D2D04A

Text Example


Text Example

White with #D2D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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