#CDC298

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

Shades of Tahuna Sands #CDC298

Tints of Tahuna Sands #CDC298

Color information

#CDC298 (or 0xCDC298) is unknown color: approx Tahuna Sands. HEX triplet: CD, C2 and 98. RGB value is (205,194,152). Sum of RGB (Red+Green+Blue) = 205+194+152=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC298 is #323D67. Grayscale: #C0C0C0. Windows color (decimal): -3292520 or 10011341. OLE color: 10011341.

HSL color Cylindrical-coordinate representation of color #CDC298: hue angle of 47.55º 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 #CDC298 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB205194152-
CMYK00.050.260.20
HSL47.55º34.64%70%-
HSV(B)47.55º25.85%80.39%-
XYZ50.1453.8337.45-
YUV192.5105.14136.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 152 (59.77% from 255) = 27.59%
R=37.21%
G=35.21%
B=27.59%

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
Decimal20519415200.050.260.2047.5534.6470
HexCDC298051A14302346
Octal3153022300532246043106
Binary110011011100001010011000010111010101001100001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC298; }

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

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

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

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

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

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

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

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