Html Css Color HEX #CDA366 Apache

📋 copy color: '#CDA366'

red 205 ◦ green 163 ◦ blue 102

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

Shades of Apache #CDA366

Tints of Apache #CDA366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 43.62%
G = 34.68%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CDA366 (or 0xCDA366) is known color: Apache. HEX triplet: CD, A3 and 66. RGB value is (205,163,102). Sum of RGB (Red+Green+Blue) = 205+163+102=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA366 is #325C99. Grayscale: #A8A8A8. Windows color (decimal): -3300506 or 6726605. OLE color: 6726605.

HSL color Cylindrical-coordinate representation of color #CDA366: hue angle of 35.53º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA366 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 163 102 -
CMYK 0 0.20 0.50 0.20
HSL 35.53º 0.51% 0.6% -
HSV(B) 35.53º 0.5% 0.8% -
XYZ 40.67 40.13 18.17 -
YUV 168.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 205 163 102 0 0.20 0.50 0.20 35.53 0.51 0.6
Hex CD A3 66 0 14 32 14 24 33 3C
Octal 315 243 146 0 24 62 24 44 63 74
Binary 11001101 10100011 1100110 0 10100 110010 10100 100100 110011 111100

Color Harmonies of #CDA366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA366

Black with #CDA366

Text Example


Text Example

White with #CDA366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA366; }

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

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

background-color css

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

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

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

border-color css

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

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

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