Html Css Color HEX #CDC994 Tahuna Sands

📋 copy color: '#CDC994'

red 205 ◦ green 201 ◦ blue 148

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

Shades of Tahuna Sands #CDC994

Tints of Tahuna Sands #CDC994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 37%
G = 36.28%
B = 26.71%

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

#CDC994 (or 0xCDC994) is known color: Tahuna Sands. HEX triplet: CD, C9 and 94. RGB value is (205,201,148). Sum of RGB (Red+Green+Blue) = 205+201+148=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC994 is #32366B. Grayscale: #C4C4C4. Windows color (decimal): -3290732 or 9750989. OLE color: 9750989.

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

Color convert

RGB 205 201 148 -
CMYK 0 0.02 0.28 0.20
HSL 55.79º 0.36% 0.69% -
HSV(B) 55.79º 0.28% 0.8% -
XYZ 51.41 56.89 36.29 -
YUV 196.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 205 201 148 0 0.02 0.28 0.20 55.79 0.36 0.69
Hex CD C9 94 0 2 1C 14 38 24 45
Octal 315 311 224 0 2 34 24 70 44 105
Binary 11001101 11001001 10010100 0 10 11100 10100 111000 100100 1000101

Color Harmonies of #CDC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC994

Black with #CDC994

Text Example


Text Example

White with #CDC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC994; }

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

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

background-color css

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

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

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

border-color css

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

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

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