Html Css Color HEX #CF7D18 Ochre

📋 copy color: '#CF7D18'

red 207 ◦ green 125 ◦ blue 24

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

Shades of Ochre #CF7D18

Tints of Ochre #CF7D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 58.15%
G = 35.11%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF7D18 (or 0xCF7D18) is known color: Ochre. HEX triplet: CF, 7D and 18. RGB value is (207,125,24). Sum of RGB (Red+Green+Blue) = 207+125+24=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D18 is #3082E7. Grayscale: #8A8A8A. Windows color (decimal): -3179240 or 1605071. OLE color: 1605071.

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

Color convert

RGB 207 125 24 -
CMYK 0 0.40 0.88 0.19
HSL 33.11º 0.79% 0.45% -
HSV(B) 33.11º 0.88% 0.81% -
XYZ 33.23 28 4.52 -
YUV 138 63.67 177.21 -
System Red Green Blue C M Y K H S L
Decimal 207 125 24 0 0.40 0.88 0.19 33.11 0.79 0.45
Hex CF 7D 18 0 28 58 13 21 4F 2D
Octal 317 175 30 0 50 130 23 41 117 55
Binary 11001111 1111101 11000 0 101000 1011000 10011 100001 1001111 101101

Color Harmonies of #CF7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D18

Black with #CF7D18

Text Example


Text Example

White with #CF7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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