Html Css Color HEX #CF7D0D Ochre

📋 copy color: '#CF7D0D'

red 207 ◦ green 125 ◦ blue 13

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

Shades of Ochre #CF7D0D

Tints of Ochre #CF7D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.77%

R = 60%
G = 36.23%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF7D0D (or 0xCF7D0D) is known color: Ochre. HEX triplet: CF, 7D and 0D. RGB value is (207,125,13). Sum of RGB (Red+Green+Blue) = 207+125+13=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 125 (49.22% from 255 or 36.23% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D0D is #3082F2. Grayscale: #898989. Windows color (decimal): -3179251 or 884175. OLE color: 884175.

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

Color convert

RGB 207 125 13 -
CMYK 0 0.40 0.94 0.19
HSL 34.64º 0.88% 0.43% -
HSV(B) 34.64º 0.94% 0.81% -
XYZ 33.14 27.96 4.03 -
YUV 136.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 207 125 13 0 0.40 0.94 0.19 34.64 0.88 0.43
Hex CF 7D D 0 28 5E 13 23 58 2B
Octal 317 175 15 0 50 136 23 43 130 53
Binary 11001111 1111101 1101 0 101000 1011110 10011 100011 1011000 101011

Color Harmonies of #CF7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D0D

Black with #CF7D0D

Text Example


Text Example

White with #CF7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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