Html Css Color HEX #D2D053 Confetti

📋 copy color: '#D2D053'

red 210 ◦ green 208 ◦ blue 83

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

Shades of Confetti #D2D053

Tints of Confetti #D2D053

RGB

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

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

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

R = 41.92%
G = 41.52%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D2D053 (or 0xD2D053) is known color: Confetti. HEX triplet: D2, D0 and 53. RGB value is (210,208,83). Sum of RGB (Red+Green+Blue) = 210+208+83=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D053 is #2D2FAC. Grayscale: #C2C2C2. Windows color (decimal): -2961325 or 5492946. OLE color: 5492946.

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

Color convert

RGB 210 208 83 -
CMYK 0 0.01 0.60 0.18
HSL 59.06º 0.59% 0.57% -
HSV(B) 59.06º 0.6% 0.82% -
XYZ 50.7 59.44 16.98 -
YUV 194.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 210 208 83 0 0.01 0.60 0.18 59.06 0.59 0.57
Hex D2 D0 53 0 1 3C 12 3B 3B 39
Octal 322 320 123 0 1 74 22 73 73 71
Binary 11010010 11010000 1010011 0 1 111100 10010 111011 111011 111001

Color Harmonies of #D2D053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D053

Black with #D2D053

Text Example


Text Example

White with #D2D053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D053; }

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

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

background-color css

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

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

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

border-color css

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

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

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