Html Css Color HEX #CF8015 Ochre

📋 copy color: '#CF8015'

red 207 ◦ green 128 ◦ blue 21

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

Shades of Ochre #CF8015

Tints of Ochre #CF8015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 58.15%
G = 35.96%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8015 (or 0xCF8015) is known color: Ochre. HEX triplet: CF, 80 and 15. RGB value is (207,128,21). Sum of RGB (Red+Green+Blue) = 207+128+21=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8015 is #307FEA. Grayscale: #8B8B8B. Windows color (decimal): -3178475 or 1409231. OLE color: 1409231.

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

Color convert

RGB 207 128 21 -
CMYK 0 0.38 0.90 0.19
HSL 34.52º 0.82% 0.45% -
HSV(B) 34.52º 0.9% 0.81% -
XYZ 33.59 28.76 4.49 -
YUV 139.42 61.17 176.2 -
System Red Green Blue C M Y K H S L
Decimal 207 128 21 0 0.38 0.90 0.19 34.52 0.82 0.45
Hex CF 80 15 0 26 5A 13 23 52 2D
Octal 317 200 25 0 46 132 23 43 122 55
Binary 11001111 10000000 10101 0 100110 1011010 10011 100011 1010010 101101

Color Harmonies of #CF8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8015

Black with #CF8015

Text Example


Text Example

White with #CF8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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