Html Css Color HEX #D0CC50 Confetti

📋 copy color: '#D0CC50'

red 208 ◦ green 204 ◦ blue 80

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

Shades of Confetti #D0CC50

Tints of Confetti #D0CC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.26%

R = 42.28%
G = 41.46%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0CC50 (or 0xD0CC50) is known color: Confetti. HEX triplet: D0, CC and 50. RGB value is (208,204,80). Sum of RGB (Red+Green+Blue) = 208+204+80=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC50 is #2F33AF. Grayscale: #BFBFBF. Windows color (decimal): -3093424 or 5295312. OLE color: 5295312.

HSL color Cylindrical-coordinate representation of color #D0CC50: hue angle of 58.12º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0CC50 is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 80 -
CMYK 0 0.02 0.62 0.18
HSL 58.13º 0.58% 0.56% -
HSV(B) 58.13º 0.62% 0.82% -
XYZ 49.05 57.17 16.04 -
YUV 191.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 208 204 80 0 0.02 0.62 0.18 58.13 0.58 0.56
Hex D0 CC 50 0 2 3E 12 3A 3A 38
Octal 320 314 120 0 2 76 22 72 72 70
Binary 11010000 11001100 1010000 0 10 111110 10010 111010 111010 111000

Color Harmonies of #D0CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC50

Black with #D0CC50

Text Example


Text Example

White with #D0CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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