Html Css Color HEX #CDC593 Tahuna Sands

📋 copy color: '#CDC593'

red 205 ◦ green 197 ◦ blue 147

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

Shades of Tahuna Sands #CDC593

Tints of Tahuna Sands #CDC593

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.88%

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

R = 37.34%
G = 35.88%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CDC593 (or 0xCDC593) is known color: Tahuna Sands. HEX triplet: CD, C5 and 93. RGB value is (205,197,147). Sum of RGB (Red+Green+Blue) = 205+197+147=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC593 is #323A6C. Grayscale: #C1C1C1. Windows color (decimal): -3291757 or 9684429. OLE color: 9684429.

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

Color convert

RGB 205 197 147 -
CMYK 0 0.04 0.28 0.20
HSL 51.72º 0.37% 0.69% -
HSV(B) 51.72º 0.28% 0.8% -
XYZ 50.41 55.02 35.57 -
YUV 193.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 205 197 147 0 0.04 0.28 0.20 51.72 0.37 0.69
Hex CD C5 93 0 4 1C 14 34 25 45
Octal 315 305 223 0 4 34 24 64 45 105
Binary 11001101 11000101 10010011 0 100 11100 10100 110100 100101 1000101

Color Harmonies of #CDC593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC593

Black with #CDC593

Text Example


Text Example

White with #CDC593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC593; }

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

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

background-color css

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

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

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

border-color css

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

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

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