Html Css Color HEX #D2C44A Confetti

📋 copy color: '#D2C44A'

red 210 ◦ green 196 ◦ blue 74

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

Shades of Confetti #D2C44A

Tints of Confetti #D2C44A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.83%

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

R = 43.75%
G = 40.83%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2C44A (or 0xD2C44A) is known color: Confetti. HEX triplet: D2, C4 and 4A. RGB value is (210,196,74). Sum of RGB (Red+Green+Blue) = 210+196+74=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C44A is #2D3BB5. Grayscale: #BABABA. Windows color (decimal): -2964406 or 4900050. OLE color: 4900050.

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

Color convert

RGB 210 196 74 -
CMYK 0 0.07 0.65 0.18
HSL 53.82º 0.6% 0.56% -
HSV(B) 53.82º 0.65% 0.82% -
XYZ 47.55 53.68 14.33 -
YUV 186.28 64.64 144.92 -
System Red Green Blue C M Y K H S L
Decimal 210 196 74 0 0.07 0.65 0.18 53.82 0.6 0.56
Hex D2 C4 4A 0 7 41 12 36 3C 38
Octal 322 304 112 0 7 101 22 66 74 70
Binary 11010010 11000100 1001010 0 111 1000001 10010 110110 111100 111000

Color Harmonies of #D2C44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C44A

Black with #D2C44A

Text Example


Text Example

White with #D2C44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C44A; }

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

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

background-color css

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

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

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

border-color css

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

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

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