Html Css Color HEX #CDC993 Tahuna Sands

📋 copy color: '#CDC993'

red 205 ◦ green 201 ◦ blue 147

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

Shades of Tahuna Sands #CDC993

Tints of Tahuna Sands #CDC993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 37.07%
G = 36.35%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDC993 (or 0xCDC993) is known color: Tahuna Sands. HEX triplet: CD, C9 and 93. RGB value is (205,201,147). Sum of RGB (Red+Green+Blue) = 205+201+147=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC993 is #32366C. Grayscale: #C4C4C4. Windows color (decimal): -3290733 or 9685453. OLE color: 9685453.

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

Color convert

RGB 205 201 147 -
CMYK 0 0.02 0.28 0.20
HSL 55.86º 0.37% 0.69% -
HSV(B) 55.86º 0.28% 0.8% -
XYZ 51.33 56.86 35.87 -
YUV 196.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 205 201 147 0 0.02 0.28 0.20 55.86 0.37 0.69
Hex CD C9 93 0 2 1C 14 38 25 45
Octal 315 311 223 0 2 34 24 70 45 105
Binary 11001101 11001001 10010011 0 10 11100 10100 111000 100101 1000101

Color Harmonies of #CDC993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC993

Black with #CDC993

Text Example


Text Example

White with #CDC993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC993; }

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

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

background-color css

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

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

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

border-color css

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

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

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