Html Css Color HEX #D2C94A Confetti

📋 copy color: '#D2C94A'

red 210 ◦ green 201 ◦ blue 74

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

Shades of Confetti #D2C94A

Tints of Confetti #D2C94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 43.3%
G = 41.44%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2C94A (or 0xD2C94A) is known color: Confetti. HEX triplet: D2, C9 and 4A. RGB value is (210,201,74). Sum of RGB (Red+Green+Blue) = 210+201+74=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C94A is #2D36B5. Grayscale: #BDBDBD. Windows color (decimal): -2963126 or 4901330. OLE color: 4901330.

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

Color convert

RGB 210 201 74 -
CMYK 0 0.04 0.65 0.18
HSL 56.03º 0.6% 0.56% -
HSV(B) 56.03º 0.65% 0.82% -
XYZ 48.7 55.97 14.71 -
YUV 189.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 210 201 74 0 0.04 0.65 0.18 56.03 0.6 0.56
Hex D2 C9 4A 0 4 41 12 38 3C 38
Octal 322 311 112 0 4 101 22 70 74 70
Binary 11010010 11001001 1001010 0 100 1000001 10010 111000 111100 111000

Color Harmonies of #D2C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C94A

Black with #D2C94A

Text Example


Text Example

White with #D2C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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