Html Css Color HEX #CF7D16 Ochre

📋 copy color: '#CF7D16'

red 207 ◦ green 125 ◦ blue 22

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

Shades of Ochre #CF7D16

Tints of Ochre #CF7D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.21%

R = 58.47%
G = 35.31%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF7D16 (or 0xCF7D16) is known color: Ochre. HEX triplet: CF, 7D and 16. RGB value is (207,125,22). Sum of RGB (Red+Green+Blue) = 207+125+22=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D16 is #3082E9. Grayscale: #8A8A8A. Windows color (decimal): -3179242 or 1473999. OLE color: 1473999.

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

Color convert

RGB 207 125 22 -
CMYK 0 0.40 0.89 0.19
HSL 33.41º 0.81% 0.45% -
HSV(B) 33.41º 0.89% 0.81% -
XYZ 33.21 27.99 4.41 -
YUV 137.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 207 125 22 0 0.40 0.89 0.19 33.41 0.81 0.45
Hex CF 7D 16 0 28 59 13 21 51 2D
Octal 317 175 26 0 50 131 23 41 121 55
Binary 11001111 1111101 10110 0 101000 1011001 10011 100001 1010001 101101

Color Harmonies of #CF7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D16

Black with #CF7D16

Text Example


Text Example

White with #CF7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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