Html Css Color HEX #CF8019 Ochre

📋 copy color: '#CF8019'

red 207 ◦ green 128 ◦ blue 25

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

Shades of Ochre #CF8019

Tints of Ochre #CF8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

 BLUE value IS 25 (10.16% from 255) = 6.94%

R = 57.5%
G = 35.56%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8019 (or 0xCF8019) is known color: Ochre. HEX triplet: CF, 80 and 19. RGB value is (207,128,25). Sum of RGB (Red+Green+Blue) = 207+128+25=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8019 is #307FE6. Grayscale: #8C8C8C. Windows color (decimal): -3178471 or 1671375. OLE color: 1671375.

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

Color convert

RGB 207 128 25 -
CMYK 0 0.38 0.88 0.19
HSL 33.96º 0.78% 0.45% -
HSV(B) 33.96º 0.88% 0.81% -
XYZ 33.63 28.77 4.7 -
YUV 139.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 207 128 25 0 0.38 0.88 0.19 33.96 0.78 0.45
Hex CF 80 19 0 26 58 13 22 4E 2D
Octal 317 200 31 0 46 130 23 42 116 55
Binary 11001111 10000000 11001 0 100110 1011000 10011 100010 1001110 101101

Color Harmonies of #CF8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8019

Black with #CF8019

Text Example


Text Example

White with #CF8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8019; }

 p { color: rgb(207,128,25); }

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

background-color css

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

 a { background-color: rgb(207,128,25); }

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

border-color css

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

 span { border-color: rgb(207,128,25); }

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