Html Css Color HEX #DCCD44 Confetti

📋 copy color: '#DCCD44'

red 220 ◦ green 205 ◦ blue 68

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

Shades of Confetti #DCCD44

Tints of Confetti #DCCD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 44.62%
G = 41.58%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DCCD44 (or 0xDCCD44) is known color: Confetti. HEX triplet: DC, CD and 44. RGB value is (220,205,68). Sum of RGB (Red+Green+Blue) = 220+205+68=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCCD44 is #2332BB. Grayscale: #C2C2C2. Windows color (decimal): -2306748 or 4509148. OLE color: 4509148.

HSL color Cylindrical-coordinate representation of color #DCCD44: hue angle of 54.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCCD44 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 68 -
CMYK 0 0.07 0.69 0.14
HSL 54.08º 0.68% 0.56% -
HSV(B) 54.08º 0.69% 0.86% -
XYZ 52.39 59.3 14.15 -
YUV 193.87 56.97 146.64 -
System Red Green Blue C M Y K H S L
Decimal 220 205 68 0 0.07 0.69 0.14 54.08 0.68 0.56
Hex DC CD 44 0 7 45 E 36 44 38
Octal 334 315 104 0 7 105 16 66 104 70
Binary 11011100 11001101 1000100 0 111 1000101 1110 110110 1000100 111000

Color Harmonies of #DCCD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD44

Black with #DCCD44

Text Example


Text Example

White with #DCCD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD44; }

 p { color: rgb(220,205,68); }

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

background-color css

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

 a { background-color: rgb(220,205,68); }

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

border-color css

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

 span { border-color: rgb(220,205,68); }

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