Html Css Color HEX #CD994B Tussock

📋 copy color: '#CD994B'

red 205 ◦ green 153 ◦ blue 75

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

Shades of Tussock #CD994B

Tints of Tussock #CD994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

 BLUE value IS 75 (29.69% from 255) = 17.32%

R = 47.34%
G = 35.33%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD994B (or 0xCD994B) is known color: Tussock. HEX triplet: CD, 99 and 4B. RGB value is (205,153,75). Sum of RGB (Red+Green+Blue) = 205+153+75=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD994B is #3266B4. Grayscale: #A0A0A0. Windows color (decimal): -3303093 or 4954573. OLE color: 4954573.

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

Color convert

RGB 205 153 75 -
CMYK 0 0.25 0.63 0.20
HSL 36º 0.57% 0.55% -
HSV(B) 36º 0.63% 0.8% -
XYZ 37.84 36.27 11.66 -
YUV 159.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 205 153 75 0 0.25 0.63 0.20 36 0.57 0.55
Hex CD 99 4B 0 19 3F 14 24 39 37
Octal 315 231 113 0 31 77 24 44 71 67
Binary 11001101 10011001 1001011 0 11001 111111 10100 100100 111001 110111

Color Harmonies of #CD994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD994B

Black with #CD994B

Text Example


Text Example

White with #CD994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD994B; }

 p { color: rgb(205,153,75); }

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

background-color css

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

 a { background-color: rgb(205,153,75); }

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

border-color css

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

 span { border-color: rgb(205,153,75); }

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