Html Css Color HEX #DFC053 Cream Can

📋 copy color: '#DFC053'

red 223 ◦ green 192 ◦ blue 83

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

Shades of Cream Can #DFC053

Tints of Cream Can #DFC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.55%

 BLUE value IS 83 (32.81% from 255) = 16.67%

R = 44.78%
G = 38.55%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DFC053 (or 0xDFC053) is known color: Cream Can. HEX triplet: DF, C0 and 53. RGB value is (223,192,83). Sum of RGB (Red+Green+Blue) = 223+192+83=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 83 (32.81% from 255 or 16.67% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC053 is #203FAC. Grayscale: #BDBDBD. Windows color (decimal): -2113453 or 5488863. OLE color: 5488863.

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

Color convert

RGB 223 192 83 -
CMYK 0 0.14 0.63 0.13
HSL 46.71º 0.69% 0.6% -
HSV(B) 46.71º 0.63% 0.87% -
XYZ 50.84 54.01 15.93 -
YUV 188.84 68.27 152.36 -
System Red Green Blue C M Y K H S L
Decimal 223 192 83 0 0.14 0.63 0.13 46.71 0.69 0.6
Hex DF C0 53 0 E 3F D 2F 45 3C
Octal 337 300 123 0 16 77 15 57 105 74
Binary 11011111 11000000 1010011 0 1110 111111 1101 101111 1000101 111100

Color Harmonies of #DFC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC053

Black with #DFC053

Text Example


Text Example

White with #DFC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC053; }

 p { color: rgb(223,192,83); }

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

background-color css

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

 a { background-color: rgb(223,192,83); }

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

border-color css

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

 span { border-color: rgb(223,192,83); }

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