Html Css Color HEX #D0CC52 Confetti

📋 copy color: '#D0CC52'

red 208 ◦ green 204 ◦ blue 82

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

Shades of Confetti #D0CC52

Tints of Confetti #D0CC52

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.3%

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

R = 42.11%
G = 41.3%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0CC52 (or 0xD0CC52) is known color: Confetti. HEX triplet: D0, CC and 52. RGB value is (208,204,82). Sum of RGB (Red+Green+Blue) = 208+204+82=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC52 is #2F33AD. Grayscale: #BFBFBF. Windows color (decimal): -3093422 or 5426384. OLE color: 5426384.

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

Color convert

RGB 208 204 82 -
CMYK 0 0.02 0.61 0.18
HSL 58.1º 0.57% 0.57% -
HSV(B) 58.1º 0.61% 0.82% -
XYZ 49.13 57.2 16.43 -
YUV 191.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 208 204 82 0 0.02 0.61 0.18 58.1 0.57 0.57
Hex D0 CC 52 0 2 3D 12 3A 39 39
Octal 320 314 122 0 2 75 22 72 71 71
Binary 11010000 11001100 1010010 0 10 111101 10010 111010 111001 111001

Color Harmonies of #D0CC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC52

Black with #D0CC52

Text Example


Text Example

White with #D0CC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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