Html Css Color HEX #CDC99A Tahuna Sands

📋 copy color: '#CDC99A'

red 205 ◦ green 201 ◦ blue 154

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

Shades of Tahuna Sands #CDC99A

Tints of Tahuna Sands #CDC99A

RGB

 RED value IS 205 (80.47% from 255) = 36.61%

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

 BLUE value IS 154 (60.55% from 255) = 27.5%

R = 36.61%
G = 35.89%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CDC99A (or 0xCDC99A) is known color: Tahuna Sands. HEX triplet: CD, C9 and 9A. RGB value is (205,201,154). Sum of RGB (Red+Green+Blue) = 205+201+154=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 154 (60.55% from 255 or 27.5% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC99A is #323665. Grayscale: #C5C5C5. Windows color (decimal): -3290726 or 10144205. OLE color: 10144205.

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

Color convert

RGB 205 201 154 -
CMYK 0 0.02 0.25 0.20
HSL 55.29º 0.34% 0.7% -
HSV(B) 55.29º 0.25% 0.8% -
XYZ 51.9 57.09 38.86 -
YUV 196.84 103.83 133.82 -
System Red Green Blue C M Y K H S L
Decimal 205 201 154 0 0.02 0.25 0.20 55.29 0.34 0.7
Hex CD C9 9A 0 2 19 14 37 22 46
Octal 315 311 232 0 2 31 24 67 42 106
Binary 11001101 11001001 10011010 0 10 11001 10100 110111 100010 1000110

Color Harmonies of #CDC99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC99A

Black with #CDC99A

Text Example


Text Example

White with #CDC99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC99A; }

 p { color: rgb(205,201,154); }

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

background-color css

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

 a { background-color: rgb(205,201,154); }

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

border-color css

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

 span { border-color: rgb(205,201,154); }

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