Html Css Color HEX #DFC052 Cream Can

📋 copy color: '#DFC052'

red 223 ◦ green 192 ◦ blue 82

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

Shades of Cream Can #DFC052

Tints of Cream Can #DFC052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 44.87%
G = 38.63%
B = 16.5%

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

#DFC052 (or 0xDFC052) is known color: Cream Can. HEX triplet: DF, C0 and 52. RGB value is (223,192,82). Sum of RGB (Red+Green+Blue) = 223+192+82=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC052 is #203FAD. Grayscale: #BDBDBD. Windows color (decimal): -2113454 or 5423327. OLE color: 5423327.

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

Color convert

RGB 223 192 82 -
CMYK 0 0.14 0.63 0.13
HSL 46.81º 0.69% 0.6% -
HSV(B) 46.81º 0.63% 0.87% -
XYZ 50.8 54 15.73 -
YUV 188.73 67.77 152.44 -
System Red Green Blue C M Y K H S L
Decimal 223 192 82 0 0.14 0.63 0.13 46.81 0.69 0.6
Hex DF C0 52 0 E 3F D 2F 45 3C
Octal 337 300 122 0 16 77 15 57 105 74
Binary 11011111 11000000 1010010 0 1110 111111 1101 101111 1000101 111100

Color Harmonies of #DFC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC052

Black with #DFC052

Text Example


Text Example

White with #DFC052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC052; }

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

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

background-color css

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

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

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

border-color css

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

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

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