Html Css Color HEX #D0CD57 Confetti

📋 copy color: '#D0CD57'

red 208 ◦ green 205 ◦ blue 87

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

Shades of Confetti #D0CD57

Tints of Confetti #D0CD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.4%

R = 41.6%
G = 41%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D0CD57 (or 0xD0CD57) is known color: Confetti. HEX triplet: D0, CD and 57. RGB value is (208,205,87). Sum of RGB (Red+Green+Blue) = 208+205+87=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD57 is #2F32A8. Grayscale: #C0C0C0. Windows color (decimal): -3093161 or 5754320. OLE color: 5754320.

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

Color convert

RGB 208 205 87 -
CMYK 0 0.01 0.58 0.18
HSL 58.51º 0.56% 0.58% -
HSV(B) 58.51º 0.58% 0.82% -
XYZ 49.56 57.76 17.55 -
YUV 192.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 208 205 87 0 0.01 0.58 0.18 58.51 0.56 0.58
Hex D0 CD 57 0 1 3A 12 3B 38 3A
Octal 320 315 127 0 1 72 22 73 70 72
Binary 11010000 11001101 1010111 0 1 111010 10010 111011 111000 111010

Color Harmonies of #D0CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD57

Black with #D0CD57

Text Example


Text Example

White with #D0CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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