Html Css Color HEX #D0CD53 Confetti

📋 copy color: '#D0CD53'

red 208 ◦ green 205 ◦ blue 83

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

Shades of Confetti #D0CD53

Tints of Confetti #D0CD53

RGB

 RED value IS 208 (81.64% from 255) = 41.94%

 GREEN value IS 205 (80.47% from 255) = 41.33%

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

R = 41.94%
G = 41.33%
B = 16.73%

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

#D0CD53 (or 0xD0CD53) is known color: Confetti. HEX triplet: D0, CD and 53. RGB value is (208,205,83). Sum of RGB (Red+Green+Blue) = 208+205+83=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD53 is #2F32AC. Grayscale: #C0C0C0. Windows color (decimal): -3093165 or 5492176. OLE color: 5492176.

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

Color convert

RGB 208 205 83 -
CMYK 0 0.01 0.60 0.18
HSL 58.56º 0.57% 0.57% -
HSV(B) 58.56º 0.6% 0.82% -
XYZ 49.41 57.7 16.72 -
YUV 191.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 208 205 83 0 0.01 0.60 0.18 58.56 0.57 0.57
Hex D0 CD 53 0 1 3C 12 3B 39 39
Octal 320 315 123 0 1 74 22 73 71 71
Binary 11010000 11001101 1010011 0 1 111100 10010 111011 111001 111001

Color Harmonies of #D0CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD53

Black with #D0CD53

Text Example


Text Example

White with #D0CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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