#CDC398

Color #CDC398 Tahuna Sands (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tahuna Sands #CDC398

Tints of Tahuna Sands #CDC398

Color information

#CDC398 (or 0xCDC398) is unknown color: approx Tahuna Sands. HEX triplet: CD, C3 and 98. RGB value is (205,195,152). Sum of RGB (Red+Green+Blue) = 205+195+152=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC398 is #323C67. Grayscale: #C1C1C1. Windows color (decimal): -3292264 or 10011597. OLE color: 10011597.

HSL color Cylindrical-coordinate representation of color #CDC398: hue angle of 48.68º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDC398 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205195152-
CMYK00.050.260.20
HSL48.68º34.64%70%-
HSV(B)48.68º25.85%80.39%-
XYZ50.3654.2837.53-
YUV193.09104.81136.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 195 (76.56% from 255) = 35.33%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=37.14%
G=35.33%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519515200.050.260.2048.6834.6470
HexCDC398051A14312346
Octal3153032300532246143106
Binary110011011100001110011000010111010101001100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC398; }

 p { color: rgb(205,195,152); }

 H1.HeaderClassName
 {
   color: #CDC398;
 }
 .AnyTagClassName
 {
   color: #CDC398;
 }
</style>
background-color css

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

 a { background-color: rgb(205,195,152); }

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

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

 span { border-color: rgb(205,195,152); }

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