Html Css Color HEX #DCC94B Confetti

📋 copy color: '#DCC94B'

red 220 ◦ green 201 ◦ blue 75

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

Shades of Confetti #DCC94B

Tints of Confetti #DCC94B

RGB

 RED value IS 220 (86.33% from 255) = 44.35%

 GREEN value IS 201 (78.91% from 255) = 40.52%

 BLUE value IS 75 (29.69% from 255) = 15.12%

R = 44.35%
G = 40.52%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC94B (or 0xDCC94B) is known color: Confetti. HEX triplet: DC, C9 and 4B. RGB value is (220,201,75). Sum of RGB (Red+Green+Blue) = 220+201+75=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC94B is #2336B4. Grayscale: #C0C0C0. Windows color (decimal): -2307765 or 4966876. OLE color: 4966876.

HSL color Cylindrical-coordinate representation of color #DCC94B: hue angle of 52.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DCC94B is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 75 -
CMYK 0 0.09 0.66 0.14
HSL 52.14º 0.67% 0.58% -
HSV(B) 52.14º 0.66% 0.86% -
XYZ 51.67 57.5 15.03 -
YUV 192.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 220 201 75 0 0.09 0.66 0.14 52.14 0.67 0.58
Hex DC C9 4B 0 9 42 E 34 43 3A
Octal 334 311 113 0 11 102 16 64 103 72
Binary 11011100 11001001 1001011 0 1001 1000010 1110 110100 1000011 111010

Color Harmonies of #DCC94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC94B

Black with #DCC94B

Text Example


Text Example

White with #DCC94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC94B; }

 p { color: rgb(220,201,75); }

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

background-color css

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

 a { background-color: rgb(220,201,75); }

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

border-color css

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

 span { border-color: rgb(220,201,75); }

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