Html Css Color HEX #CF7D14 Ochre

📋 copy color: '#CF7D14'

red 207 ◦ green 125 ◦ blue 20

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

Shades of Ochre #CF7D14

Tints of Ochre #CF7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.51%

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

R = 58.81%
G = 35.51%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7D14 (or 0xCF7D14) is known color: Ochre. HEX triplet: CF, 7D and 14. RGB value is (207,125,20). Sum of RGB (Red+Green+Blue) = 207+125+20=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D14 is #3082EB. Grayscale: #8A8A8A. Windows color (decimal): -3179244 or 1342927. OLE color: 1342927.

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

Color convert

RGB 207 125 20 -
CMYK 0 0.40 0.90 0.19
HSL 33.69º 0.82% 0.45% -
HSV(B) 33.69º 0.9% 0.81% -
XYZ 33.19 27.98 4.31 -
YUV 137.55 61.67 177.54 -
System Red Green Blue C M Y K H S L
Decimal 207 125 20 0 0.40 0.90 0.19 33.69 0.82 0.45
Hex CF 7D 14 0 28 5A 13 22 52 2D
Octal 317 175 24 0 50 132 23 42 122 55
Binary 11001111 1111101 10100 0 101000 1011010 10011 100010 1010010 101101

Color Harmonies of #CF7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D14

Black with #CF7D14

Text Example


Text Example

White with #CF7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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