Html Css Color HEX #DCC57D Chalky

📋 copy color: '#DCC57D'

red 220 ◦ green 197 ◦ blue 125

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

Shades of Chalky #DCC57D

Tints of Chalky #DCC57D

RGB

 RED value IS 220 (86.33% from 255) = 40.59%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 125 (49.22% from 255) = 23.06%

R = 40.59%
G = 36.35%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCC57D (or 0xDCC57D) is known color: Chalky. HEX triplet: DC, C5 and 7D. RGB value is (220,197,125). Sum of RGB (Red+Green+Blue) = 220+197+125=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC57D is #233A82. Grayscale: #C3C3C3. Windows color (decimal): -2308739 or 8242652. OLE color: 8242652.

HSL color Cylindrical-coordinate representation of color #DCC57D: hue angle of 45.47º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC57D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 125 -
CMYK 0 0.10 0.43 0.14
HSL 45.47º 0.58% 0.68% -
HSV(B) 45.47º 0.43% 0.86% -
XYZ 53.18 56.63 27.53 -
YUV 195.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 220 197 125 0 0.10 0.43 0.14 45.47 0.58 0.68
Hex DC C5 7D 0 A 2B E 2D 3A 44
Octal 334 305 175 0 12 53 16 55 72 104
Binary 11011100 11000101 1111101 0 1010 101011 1110 101101 111010 1000100

Color Harmonies of #DCC57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC57D

Black with #DCC57D

Text Example


Text Example

White with #DCC57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC57D; }

 p { color: rgb(220,197,125); }

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

background-color css

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

 a { background-color: rgb(220,197,125); }

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

border-color css

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

 span { border-color: rgb(220,197,125); }

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