Html Css Color HEX #CDA35C Apache

📋 copy color: '#CDA35C'

red 205 ◦ green 163 ◦ blue 92

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

Shades of Apache #CDA35C

Tints of Apache #CDA35C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.43%

 BLUE value IS 92 (36.33% from 255) = 20%

R = 44.57%
G = 35.43%
B = 20%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDA35C (or 0xCDA35C) is known color: Apache. HEX triplet: CD, A3 and 5C. RGB value is (205,163,92). Sum of RGB (Red+Green+Blue) = 205+163+92=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA35C is #325CA3. Grayscale: #A7A7A7. Windows color (decimal): -3300516 or 6071245. OLE color: 6071245.

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

Color convert

RGB 205 163 92 -
CMYK 0 0.20 0.55 0.20
HSL 37.7º 0.53% 0.58% -
HSV(B) 37.7º 0.55% 0.8% -
XYZ 40.21 39.95 15.72 -
YUV 167.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 205 163 92 0 0.20 0.55 0.20 37.7 0.53 0.58
Hex CD A3 5C 0 14 37 14 26 35 3A
Octal 315 243 134 0 24 67 24 46 65 72
Binary 11001101 10100011 1011100 0 10100 110111 10100 100110 110101 111010

Color Harmonies of #CDA35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA35C

Black with #CDA35C

Text Example


Text Example

White with #CDA35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA35C; }

 p { color: rgb(205,163,92); }

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

background-color css

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

 a { background-color: rgb(205,163,92); }

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

border-color css

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

 span { border-color: rgb(205,163,92); }

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