Html Css Color HEX #CF8916 Ochre

📋 copy color: '#CF8916'

red 207 ◦ green 137 ◦ blue 22

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

Shades of Ochre #CF8916

Tints of Ochre #CF8916

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 56.56%
G = 37.43%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF8916 (or 0xCF8916) is known color: Ochre. HEX triplet: CF, 89 and 16. RGB value is (207,137,22). Sum of RGB (Red+Green+Blue) = 207+137+22=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8916 is #3076E9. Grayscale: #919191. Windows color (decimal): -3176170 or 1477071. OLE color: 1477071.

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

Color convert

RGB 207 137 22 -
CMYK 0 0.34 0.89 0.19
HSL 37.3º 0.81% 0.45% -
HSV(B) 37.3º 0.89% 0.81% -
XYZ 34.82 31.21 4.95 -
YUV 144.82 58.69 172.35 -
System Red Green Blue C M Y K H S L
Decimal 207 137 22 0 0.34 0.89 0.19 37.3 0.81 0.45
Hex CF 89 16 0 22 59 13 25 51 2D
Octal 317 211 26 0 42 131 23 45 121 55
Binary 11001111 10001001 10110 0 100010 1011001 10011 100101 1010001 101101

Color Harmonies of #CF8916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8916

Black with #CF8916

Text Example


Text Example

White with #CF8916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8916; }

 p { color: rgb(207,137,22); }

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

background-color css

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

 a { background-color: rgb(207,137,22); }

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

border-color css

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

 span { border-color: rgb(207,137,22); }

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