Html Css Color HEX #DFC140 Confetti

📋 copy color: '#DFC140'

red 223 ◦ green 193 ◦ blue 64

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

Shades of Confetti #DFC140

Tints of Confetti #DFC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.21%

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

R = 46.46%
G = 40.21%
B = 13.33%

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

#DFC140 (or 0xDFC140) is known color: Confetti. HEX triplet: DF, C1 and 40. RGB value is (223,193,64). Sum of RGB (Red+Green+Blue) = 223+193+64=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC140 is #203EBF. Grayscale: #BBBBBB. Windows color (decimal): -2113216 or 4243935. OLE color: 4243935.

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

Color convert

RGB 223 193 64 -
CMYK 0 0.13 0.71 0.13
HSL 48.68º 0.71% 0.56% -
HSV(B) 48.68º 0.71% 0.87% -
XYZ 50.43 54.2 12.65 -
YUV 187.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 223 193 64 0 0.13 0.71 0.13 48.68 0.71 0.56
Hex DF C1 40 0 D 47 D 31 47 38
Octal 337 301 100 0 15 107 15 61 107 70
Binary 11011111 11000001 1000000 0 1101 1000111 1101 110001 1000111 111000

Color Harmonies of #DFC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC140

Black with #DFC140

Text Example


Text Example

White with #DFC140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC140; }

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

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

background-color css

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

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

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

border-color css

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

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

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