Html Css Color HEX #DFC240 Confetti

📋 copy color: '#DFC240'

red 223 ◦ green 194 ◦ blue 64

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

Shades of Confetti #DFC240

Tints of Confetti #DFC240

RGB

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

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

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

R = 46.36%
G = 40.33%
B = 13.31%

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

#DFC240 (or 0xDFC240) is known color: Confetti. HEX triplet: DF, C2 and 40. RGB value is (223,194,64). Sum of RGB (Red+Green+Blue) = 223+194+64=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC240 is #203DBF. Grayscale: #BCBCBC. Windows color (decimal): -2112960 or 4244191. OLE color: 4244191.

HSL color Cylindrical-coordinate representation of color #DFC240: hue angle of 49.06º 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 #DFC240 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 64 -
CMYK 0 0.13 0.71 0.13
HSL 49.06º 0.71% 0.56% -
HSV(B) 49.06º 0.71% 0.87% -
XYZ 50.65 54.64 12.73 -
YUV 187.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 223 194 64 0 0.13 0.71 0.13 49.06 0.71 0.56
Hex DF C2 40 0 D 47 D 31 47 38
Octal 337 302 100 0 15 107 15 61 107 70
Binary 11011111 11000010 1000000 0 1101 1000111 1101 110001 1000111 111000

Color Harmonies of #DFC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC240

Black with #DFC240

Text Example


Text Example

White with #DFC240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC240; }

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

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

background-color css

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

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

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

border-color css

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

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

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