Html Css Color HEX #D0CA52 Confetti

📋 copy color: '#D0CA52'

red 208 ◦ green 202 ◦ blue 82

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

Shades of Confetti #D0CA52

Tints of Confetti #D0CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

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

R = 42.28%
G = 41.06%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D0CA52 (or 0xD0CA52) is known color: Confetti. HEX triplet: D0, CA and 52. RGB value is (208,202,82). Sum of RGB (Red+Green+Blue) = 208+202+82=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 82 (32.42% from 255 or 16.67% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA52 is #2F35AD. Grayscale: #BEBEBE. Windows color (decimal): -3093934 or 5425872. OLE color: 5425872.

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

Color convert

RGB 208 202 82 -
CMYK 0 0.03 0.61 0.18
HSL 57.14º 0.57% 0.57% -
HSV(B) 57.14º 0.61% 0.82% -
XYZ 48.66 56.26 16.28 -
YUV 190.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 208 202 82 0 0.03 0.61 0.18 57.14 0.57 0.57
Hex D0 CA 52 0 3 3D 12 39 39 39
Octal 320 312 122 0 3 75 22 71 71 71
Binary 11010000 11001010 1010010 0 11 111101 10010 111001 111001 111001

Color Harmonies of #D0CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CA52

Black with #D0CA52

Text Example


Text Example

White with #D0CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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