Html Css Color HEX #D3CC50 Confetti

📋 copy color: '#D3CC50'

red 211 ◦ green 204 ◦ blue 80

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

Shades of Confetti #D3CC50

Tints of Confetti #D3CC50

RGB

 RED value IS 211 (82.81% from 255) = 42.63%

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

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

R = 42.63%
G = 41.21%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D3CC50 (or 0xD3CC50) is known color: Confetti. HEX triplet: D3, CC and 50. RGB value is (211,204,80). Sum of RGB (Red+Green+Blue) = 211+204+80=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC50 is #2C33AF. Grayscale: #C0C0C0. Windows color (decimal): -2896816 or 5295315. OLE color: 5295315.

HSL color Cylindrical-coordinate representation of color #D3CC50: hue angle of 56.79º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3CC50 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 204 80 -
CMYK 0 0.03 0.62 0.17
HSL 56.79º 0.6% 0.57% -
HSV(B) 56.79º 0.62% 0.83% -
XYZ 49.9 57.61 16.08 -
YUV 191.96 64.82 141.58 -
System Red Green Blue C M Y K H S L
Decimal 211 204 80 0 0.03 0.62 0.17 56.79 0.6 0.57
Hex D3 CC 50 0 3 3E 11 39 3C 39
Octal 323 314 120 0 3 76 21 71 74 71
Binary 11010011 11001100 1010000 0 11 111110 10001 111001 111100 111001

Color Harmonies of #D3CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CC50

Black with #D3CC50

Text Example


Text Example

White with #D3CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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