Html Css Color HEX #CDB35A Tacha

📋 copy color: '#CDB35A'

red 205 ◦ green 179 ◦ blue 90

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

Shades of Tacha #CDB35A

Tints of Tacha #CDB35A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.76%

 BLUE value IS 90 (35.55% from 255) = 18.99%

R = 43.25%
G = 37.76%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CDB35A (or 0xCDB35A) is known color: Tacha. HEX triplet: CD, B3 and 5A. RGB value is (205,179,90). Sum of RGB (Red+Green+Blue) = 205+179+90=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35A is #324CA5. Grayscale: #B1B1B1. Windows color (decimal): -3296422 or 5944269. OLE color: 5944269.

HSL color Cylindrical-coordinate representation of color #CDB35A: hue angle of 46.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDB35A is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 179 90 -
CMYK 0 0.13 0.56 0.20
HSL 46.43º 0.53% 0.58% -
HSV(B) 46.43º 0.56% 0.8% -
XYZ 43.14 45.96 16.27 -
YUV 176.63 79.11 148.24 -
System Red Green Blue C M Y K H S L
Decimal 205 179 90 0 0.13 0.56 0.20 46.43 0.53 0.58
Hex CD B3 5A 0 D 38 14 2E 35 3A
Octal 315 263 132 0 15 70 24 56 65 72
Binary 11001101 10110011 1011010 0 1101 111000 10100 101110 110101 111010

Color Harmonies of #CDB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB35A

Black with #CDB35A

Text Example


Text Example

White with #CDB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB35A; }

 p { color: rgb(205,179,90); }

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

background-color css

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

 a { background-color: rgb(205,179,90); }

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

border-color css

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

 span { border-color: rgb(205,179,90); }

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