Html Css Color HEX #CF9D40 Anzac

📋 copy color: '#CF9D40'

red 207 ◦ green 157 ◦ blue 64

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

Shades of Anzac #CF9D40

Tints of Anzac #CF9D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.95%

R = 48.36%
G = 36.68%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9D40 (or 0xCF9D40) is known color: Anzac. HEX triplet: CF, 9D and 40. RGB value is (207,157,64). Sum of RGB (Red+Green+Blue) = 207+157+64=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 64 (25.39% from 255 or 14.95% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D40 is #3062BF. Grayscale: #A1A1A1. Windows color (decimal): -3171008 or 4234703. OLE color: 4234703.

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

Color convert

RGB 207 157 64 -
CMYK 0 0.24 0.69 0.19
HSL 39.02º 0.6% 0.53% -
HSV(B) 39.02º 0.69% 0.81% -
XYZ 38.71 37.75 10.1 -
YUV 161.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 207 157 64 0 0.24 0.69 0.19 39.02 0.6 0.53
Hex CF 9D 40 0 18 45 13 27 3C 35
Octal 317 235 100 0 30 105 23 47 74 65
Binary 11001111 10011101 1000000 0 11000 1000101 10011 100111 111100 110101

Color Harmonies of #CF9D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D40

Black with #CF9D40

Text Example


Text Example

White with #CF9D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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