Html Css Color HEX #D2C04A Confetti

📋 copy color: '#D2C04A'

red 210 ◦ green 192 ◦ blue 74

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

Shades of Confetti #D2C04A

Tints of Confetti #D2C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.34%

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

R = 44.12%
G = 40.34%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2C04A (or 0xD2C04A) is known color: Confetti. HEX triplet: D2, C0 and 4A. RGB value is (210,192,74). Sum of RGB (Red+Green+Blue) = 210+192+74=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 74 (29.30% from 255 or 15.55% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C04A is #2D3FB5. Grayscale: #B8B8B8. Windows color (decimal): -2965430 or 4899026. OLE color: 4899026.

HSL color Cylindrical-coordinate representation of color #D2C04A: hue angle of 52.06º 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 #D2C04A is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 74 -
CMYK 0 0.09 0.65 0.18
HSL 52.06º 0.6% 0.56% -
HSV(B) 52.06º 0.65% 0.82% -
XYZ 46.66 51.9 14.04 -
YUV 183.93 65.96 146.59 -
System Red Green Blue C M Y K H S L
Decimal 210 192 74 0 0.09 0.65 0.18 52.06 0.6 0.56
Hex D2 C0 4A 0 9 41 12 34 3C 38
Octal 322 300 112 0 11 101 22 64 74 70
Binary 11010010 11000000 1001010 0 1001 1000001 10010 110100 111100 111000

Color Harmonies of #D2C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C04A

Black with #D2C04A

Text Example


Text Example

White with #D2C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C04A; }

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

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

background-color css

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

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

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

border-color css

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

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

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