Html Css Color HEX #D0CD4C Confetti

📋 copy color: '#D0CD4C'

red 208 ◦ green 205 ◦ blue 76

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

Shades of Confetti #D0CD4C

Tints of Confetti #D0CD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.54%

R = 42.54%
G = 41.92%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0CD4C (or 0xD0CD4C) is known color: Confetti. HEX triplet: D0, CD and 4C. RGB value is (208,205,76). Sum of RGB (Red+Green+Blue) = 208+205+76=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 76 (30.08% from 255 or 15.54% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD4C is #2F32B3. Grayscale: #BFBFBF. Windows color (decimal): -3093172 or 5033424. OLE color: 5033424.

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

Color convert

RGB 208 205 76 -
CMYK 0 0.01 0.63 0.18
HSL 58.64º 0.58% 0.56% -
HSV(B) 58.64º 0.63% 0.82% -
XYZ 49.15 57.59 15.36 -
YUV 191.19 62.99 139.99 -
System Red Green Blue C M Y K H S L
Decimal 208 205 76 0 0.01 0.63 0.18 58.64 0.58 0.56
Hex D0 CD 4C 0 1 3F 12 3B 3A 38
Octal 320 315 114 0 1 77 22 73 72 70
Binary 11010000 11001101 1001100 0 1 111111 10010 111011 111010 111000

Color Harmonies of #D0CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD4C

Black with #D0CD4C

Text Example


Text Example

White with #D0CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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