Html Css Color HEX #CFA75B Apache

📋 copy color: '#CFA75B'

red 207 ◦ green 167 ◦ blue 91

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

Shades of Apache #CFA75B

Tints of Apache #CFA75B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.91%

 BLUE value IS 91 (35.94% from 255) = 19.57%

R = 44.52%
G = 35.91%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CFA75B (or 0xCFA75B) is known color: Apache. HEX triplet: CF, A7 and 5B. RGB value is (207,167,91). Sum of RGB (Red+Green+Blue) = 207+167+91=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 167 (65.62% from 255 or 35.91% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA75B is #3058A4. Grayscale: #AAAAAA. Windows color (decimal): -3168421 or 6006735. OLE color: 6006735.

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

Color convert

RGB 207 167 91 -
CMYK 0 0.19 0.56 0.19
HSL 39.31º 0.55% 0.58% -
HSV(B) 39.31º 0.56% 0.81% -
XYZ 41.44 41.66 15.75 -
YUV 170.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 207 167 91 0 0.19 0.56 0.19 39.31 0.55 0.58
Hex CF A7 5B 0 13 38 13 27 37 3A
Octal 317 247 133 0 23 70 23 47 67 72
Binary 11001111 10100111 1011011 0 10011 111000 10011 100111 110111 111010

Color Harmonies of #CFA75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA75B

Black with #CFA75B

Text Example


Text Example

White with #CFA75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA75B; }

 p { color: rgb(207,167,91); }

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

background-color css

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

 a { background-color: rgb(207,167,91); }

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

border-color css

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

 span { border-color: rgb(207,167,91); }

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