Html Css Color HEX #CFA24D Apache

📋 copy color: '#CFA24D'

red 207 ◦ green 162 ◦ blue 77

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

Shades of Apache #CFA24D

Tints of Apache #CFA24D

RGB

 RED value IS 207 (81.25% from 255) = 46.41%

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 46.41%
G = 36.32%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CFA24D (or 0xCFA24D) is known color: Apache. HEX triplet: CF, A2 and 4D. RGB value is (207,162,77). Sum of RGB (Red+Green+Blue) = 207+162+77=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA24D is #305DB2. Grayscale: #A6A6A6. Windows color (decimal): -3169715 or 5087951. OLE color: 5087951.

HSL color Cylindrical-coordinate representation of color #CFA24D: hue angle of 39.23º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFA24D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 162 77 -
CMYK 0 0.22 0.63 0.19
HSL 39.23º 0.58% 0.56% -
HSV(B) 39.23º 0.63% 0.81% -
XYZ 39.99 39.64 12.57 -
YUV 165.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 207 162 77 0 0.22 0.63 0.19 39.23 0.58 0.56
Hex CF A2 4D 0 16 3F 13 27 3A 38
Octal 317 242 115 0 26 77 23 47 72 70
Binary 11001111 10100010 1001101 0 10110 111111 10011 100111 111010 111000

Color Harmonies of #CFA24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA24D

Black with #CFA24D

Text Example


Text Example

White with #CFA24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA24D; }

 p { color: rgb(207,162,77); }

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

background-color css

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

 a { background-color: rgb(207,162,77); }

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

border-color css

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

 span { border-color: rgb(207,162,77); }

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