Html Css Color HEX #DCC24B Confetti

📋 copy color: '#DCC24B'

red 220 ◦ green 194 ◦ blue 75

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

Shades of Confetti #DCC24B

Tints of Confetti #DCC24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.67%

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

R = 44.99%
G = 39.67%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCC24B (or 0xDCC24B) is known color: Confetti. HEX triplet: DC, C2 and 4B. RGB value is (220,194,75). Sum of RGB (Red+Green+Blue) = 220+194+75=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC24B is #233DB4. Grayscale: #BCBCBC. Windows color (decimal): -2309557 or 4965084. OLE color: 4965084.

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

Color convert

RGB 220 194 75 -
CMYK 0 0.12 0.66 0.14
HSL 49.24º 0.67% 0.58% -
HSV(B) 49.24º 0.66% 0.86% -
XYZ 50.08 54.31 14.5 -
YUV 188.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 220 194 75 0 0.12 0.66 0.14 49.24 0.67 0.58
Hex DC C2 4B 0 C 42 E 31 43 3A
Octal 334 302 113 0 14 102 16 61 103 72
Binary 11011100 11000010 1001011 0 1100 1000010 1110 110001 1000011 111010

Color Harmonies of #DCC24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC24B

Black with #DCC24B

Text Example


Text Example

White with #DCC24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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