Html Css Color HEX #CCC98D Deco

📋 copy color: '#CCC98D'

red 204 ◦ green 201 ◦ blue 141

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

Shades of Deco #CCC98D

Tints of Deco #CCC98D

RGB

 RED value IS 204 (80.08% from 255) = 37.36%

 GREEN value IS 201 (78.91% from 255) = 36.81%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 37.36%
G = 36.81%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC98D (or 0xCCC98D) is known color: Deco. HEX triplet: CC, C9 and 8D. RGB value is (204,201,141). Sum of RGB (Red+Green+Blue) = 204+201+141=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC98D is #333672. Grayscale: #C3C3C3. Windows color (decimal): -3356275 or 9292236. OLE color: 9292236.

HSL color Cylindrical-coordinate representation of color #CCC98D: hue angle of 57.14º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC98D is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 141 -
CMYK 0 0.01 0.31 0.2
HSL 57.14º 0.38% 0.68% -
HSV(B) 57.14º 0.31% 0.8% -
XYZ 50.6 56.53 33.44 -
YUV 195.06 97.49 134.38 -
System Red Green Blue C M Y K H S L
Decimal 204 201 141 0 0.01 0.31 0.2 57.14 0.38 0.68
Hex CC C9 8D 0 1 1F 14 39 26 44
Octal 314 311 215 0 1 37 24 71 46 104
Binary 11001100 11001001 10001101 0 1 11111 10100 111001 100110 1000100

Color Harmonies of #CCC98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC98D

Black with #CCC98D

Text Example


Text Example

White with #CCC98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC98D; }

 p { color: rgb(204,201,141); }

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

background-color css

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

 a { background-color: rgb(204,201,141); }

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

border-color css

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

 span { border-color: rgb(204,201,141); }

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