Html Css Color HEX #CF8214 Ochre

📋 copy color: '#CF8214'

red 207 ◦ green 130 ◦ blue 20

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

Shades of Ochre #CF8214

Tints of Ochre #CF8214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 57.98%
G = 36.41%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8214 (or 0xCF8214) is known color: Ochre. HEX triplet: CF, 82 and 14. RGB value is (207,130,20). Sum of RGB (Red+Green+Blue) = 207+130+20=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8214 is #307DEB. Grayscale: #8D8D8D. Windows color (decimal): -3177964 or 1344207. OLE color: 1344207.

HSL color Cylindrical-coordinate representation of color #CF8214: hue angle of 35.29º 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 #CF8214 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 20 -
CMYK 0 0.37 0.90 0.19
HSL 35.29º 0.82% 0.45% -
HSV(B) 35.29º 0.9% 0.81% -
XYZ 33.84 29.28 4.53 -
YUV 140.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 207 130 20 0 0.37 0.90 0.19 35.29 0.82 0.45
Hex CF 82 14 0 25 5A 13 23 52 2D
Octal 317 202 24 0 45 132 23 43 122 55
Binary 11001111 10000010 10100 0 100101 1011010 10011 100011 1010010 101101

Color Harmonies of #CF8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8214

Black with #CF8214

Text Example


Text Example

White with #CF8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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