Html Css Color HEX #CF8614 Ochre

📋 copy color: '#CF8614'

red 207 ◦ green 134 ◦ blue 20

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

Shades of Ochre #CF8614

Tints of Ochre #CF8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 57.34%
G = 37.12%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8614 (or 0xCF8614) is known color: Ochre. HEX triplet: CF, 86 and 14. RGB value is (207,134,20). Sum of RGB (Red+Green+Blue) = 207+134+20=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8614 is #3079EB. Grayscale: #8F8F8F. Windows color (decimal): -3176940 or 1345231. OLE color: 1345231.

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

Color convert

RGB 207 134 20 -
CMYK 0 0.35 0.90 0.19
HSL 36.58º 0.82% 0.45% -
HSV(B) 36.58º 0.9% 0.81% -
XYZ 34.38 30.37 4.71 -
YUV 142.83 58.68 173.77 -
System Red Green Blue C M Y K H S L
Decimal 207 134 20 0 0.35 0.90 0.19 36.58 0.82 0.45
Hex CF 86 14 0 23 5A 13 25 52 2D
Octal 317 206 24 0 43 132 23 45 122 55
Binary 11001111 10000110 10100 0 100011 1011010 10011 100101 1010010 101101

Color Harmonies of #CF8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8614

Black with #CF8614

Text Example


Text Example

White with #CF8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8614; }

 p { color: rgb(207,134,20); }

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

background-color css

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

 a { background-color: rgb(207,134,20); }

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

border-color css

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

 span { border-color: rgb(207,134,20); }

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