Html Css Color HEX #DFC340 Confetti

📋 copy color: '#DFC340'

red 223 ◦ green 195 ◦ blue 64

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

Shades of Confetti #DFC340

Tints of Confetti #DFC340

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.46%

 BLUE value IS 64 (25.39% from 255) = 13.28%

R = 46.27%
G = 40.46%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DFC340 (or 0xDFC340) is known color: Confetti. HEX triplet: DF, C3 and 40. RGB value is (223,195,64). Sum of RGB (Red+Green+Blue) = 223+195+64=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC340 is #203CBF. Grayscale: #BCBCBC. Windows color (decimal): -2112704 or 4244447. OLE color: 4244447.

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

Color convert

RGB 223 195 64 -
CMYK 0 0.13 0.71 0.13
HSL 49.43º 0.71% 0.56% -
HSV(B) 49.43º 0.71% 0.87% -
XYZ 50.87 55.09 12.8 -
YUV 188.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 223 195 64 0 0.13 0.71 0.13 49.43 0.71 0.56
Hex DF C3 40 0 D 47 D 31 47 38
Octal 337 303 100 0 15 107 15 61 107 70
Binary 11011111 11000011 1000000 0 1101 1000111 1101 110001 1000111 111000

Color Harmonies of #DFC340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC340

Black with #DFC340

Text Example


Text Example

White with #DFC340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC340; }

 p { color: rgb(223,195,64); }

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

background-color css

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

 a { background-color: rgb(223,195,64); }

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

border-color css

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

 span { border-color: rgb(223,195,64); }

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