Html Css Color HEX #DFCD48 Confetti

📋 copy color: '#DFCD48'

red 223 ◦ green 205 ◦ blue 72

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

Shades of Confetti #DFCD48

Tints of Confetti #DFCD48

RGB

 RED value IS 223 (87.5% from 255) = 44.6%

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

 BLUE value IS 72 (28.52% from 255) = 14.4%

R = 44.6%
G = 41%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DFCD48 (or 0xDFCD48) is known color: Confetti. HEX triplet: DF, CD and 48. RGB value is (223,205,72). Sum of RGB (Red+Green+Blue) = 223+205+72=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 72 (28.52% from 255 or 14.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD48 is #2032B7. Grayscale: #C3C3C3. Windows color (decimal): -2110136 or 4771295. OLE color: 4771295.

HSL color Cylindrical-coordinate representation of color #DFCD48: hue angle of 52.85º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFCD48 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 205 72 -
CMYK 0 0.08 0.68 0.13
HSL 52.85º 0.7% 0.58% -
HSV(B) 52.85º 0.68% 0.87% -
XYZ 53.43 59.82 14.86 -
YUV 195.22 58.46 147.81 -
System Red Green Blue C M Y K H S L
Decimal 223 205 72 0 0.08 0.68 0.13 52.85 0.7 0.58
Hex DF CD 48 0 8 44 D 35 46 3A
Octal 337 315 110 0 10 104 15 65 106 72
Binary 11011111 11001101 1001000 0 1000 1000100 1101 110101 1000110 111010

Color Harmonies of #DFCD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD48

Black with #DFCD48

Text Example


Text Example

White with #DFCD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD48; }

 p { color: rgb(223,205,72); }

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

background-color css

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

 a { background-color: rgb(223,205,72); }

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

border-color css

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

 span { border-color: rgb(223,205,72); }

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