Html Css Color HEX #DCC64B Confetti

📋 copy color: '#DCC64B'

red 220 ◦ green 198 ◦ blue 75

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

Shades of Confetti #DCC64B

Tints of Confetti #DCC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.16%

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

R = 44.62%
G = 40.16%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC64B (or 0xDCC64B) is known color: Confetti. HEX triplet: DC, C6 and 4B. RGB value is (220,198,75). Sum of RGB (Red+Green+Blue) = 220+198+75=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC64B is #2339B4. Grayscale: #BFBFBF. Windows color (decimal): -2308533 or 4966108. OLE color: 4966108.

HSL color Cylindrical-coordinate representation of color #DCC64B: hue angle of 50.9º 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 #DCC64B is Cyan = 0, Magento = 0.1, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 75 -
CMYK 0 0.1 0.66 0.14
HSL 50.9º 0.67% 0.58% -
HSV(B) 50.9º 0.66% 0.86% -
XYZ 50.98 56.11 14.8 -
YUV 190.56 62.79 149 -
System Red Green Blue C M Y K H S L
Decimal 220 198 75 0 0.1 0.66 0.14 50.9 0.67 0.58
Hex DC C6 4B 0 A 42 E 33 43 3A
Octal 334 306 113 0 12 102 16 63 103 72
Binary 11011100 11000110 1001011 0 1010 1000010 1110 110011 1000011 111010

Color Harmonies of #DCC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC64B

Black with #DCC64B

Text Example


Text Example

White with #DCC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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