Html Css Color HEX #CF9D3F Anzac

📋 copy color: '#CF9D3F'

red 207 ◦ green 157 ◦ blue 63

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

Shades of Anzac #CF9D3F

Tints of Anzac #CF9D3F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 63 (25% from 255) = 14.75%

R = 48.48%
G = 36.77%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF9D3F (or 0xCF9D3F) is known color: Anzac. HEX triplet: CF, 9D and 3F. RGB value is (207,157,63). Sum of RGB (Red+Green+Blue) = 207+157+63=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D3F is #3062C0. Grayscale: #A1A1A1. Windows color (decimal): -3171009 or 4169167. OLE color: 4169167.

HSL color Cylindrical-coordinate representation of color #CF9D3F: hue angle of 39.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF9D3F is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 157 63 -
CMYK 0 0.24 0.70 0.19
HSL 39.17º 0.6% 0.53% -
HSV(B) 39.17º 0.7% 0.81% -
XYZ 38.69 37.74 9.95 -
YUV 161.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 207 157 63 0 0.24 0.70 0.19 39.17 0.6 0.53
Hex CF 9D 3F 0 18 46 13 27 3C 35
Octal 317 235 77 0 30 106 23 47 74 65
Binary 11001111 10011101 111111 0 11000 1000110 10011 100111 111100 110101

Color Harmonies of #CF9D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D3F

Black with #CF9D3F

Text Example


Text Example

White with #CF9D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D3F; }

 p { color: rgb(207,157,63); }

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

background-color css

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

 a { background-color: rgb(207,157,63); }

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

border-color css

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

 span { border-color: rgb(207,157,63); }

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