Html Css Color HEX #D2C653 Confetti

📋 copy color: '#D2C653'

red 210 ◦ green 198 ◦ blue 83

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

Shades of Confetti #D2C653

Tints of Confetti #D2C653

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.33%

 BLUE value IS 83 (32.81% from 255) = 16.9%

R = 42.77%
G = 40.33%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2C653 (or 0xD2C653) is known color: Confetti. HEX triplet: D2, C6 and 53. RGB value is (210,198,83). Sum of RGB (Red+Green+Blue) = 210+198+83=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C653 is #2D39AC. Grayscale: #BCBCBC. Windows color (decimal): -2963885 or 5490386. OLE color: 5490386.

HSL color Cylindrical-coordinate representation of color #D2C653: hue angle of 54.33º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2C653 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 198 83 -
CMYK 0 0.06 0.60 0.18
HSL 54.33º 0.59% 0.57% -
HSV(B) 54.33º 0.6% 0.82% -
XYZ 48.33 54.71 16.2 -
YUV 188.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 210 198 83 0 0.06 0.60 0.18 54.33 0.59 0.57
Hex D2 C6 53 0 6 3C 12 36 3B 39
Octal 322 306 123 0 6 74 22 66 73 71
Binary 11010010 11000110 1010011 0 110 111100 10010 110110 111011 111001

Color Harmonies of #D2C653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C653

Black with #D2C653

Text Example


Text Example

White with #D2C653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C653; }

 p { color: rgb(210,198,83); }

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

background-color css

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

 a { background-color: rgb(210,198,83); }

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

border-color css

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

 span { border-color: rgb(210,198,83); }

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