Html Css Color HEX #D0CD52 Confetti

📋 copy color: '#D0CD52'

red 208 ◦ green 205 ◦ blue 82

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

Shades of Confetti #D0CD52

Tints of Confetti #D0CD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.57%

R = 42.02%
G = 41.41%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0CD52 (or 0xD0CD52) is known color: Confetti. HEX triplet: D0, CD and 52. RGB value is (208,205,82). Sum of RGB (Red+Green+Blue) = 208+205+82=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 82 (32.42% from 255 or 16.57% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD52 is #2F32AD. Grayscale: #C0C0C0. Windows color (decimal): -3093166 or 5426640. OLE color: 5426640.

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

Color convert

RGB 208 205 82 -
CMYK 0 0.01 0.61 0.18
HSL 58.57º 0.57% 0.57% -
HSV(B) 58.57º 0.61% 0.82% -
XYZ 49.37 57.68 16.51 -
YUV 191.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 208 205 82 0 0.01 0.61 0.18 58.57 0.57 0.57
Hex D0 CD 52 0 1 3D 12 3B 39 39
Octal 320 315 122 0 1 75 22 73 71 71
Binary 11010000 11001101 1010010 0 1 111101 10010 111011 111001 111001

Color Harmonies of #D0CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD52

Black with #D0CD52

Text Example


Text Example

White with #D0CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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