Html Css Color HEX #CF7D1D Ochre

📋 copy color: '#CF7D1D'

red 207 ◦ green 125 ◦ blue 29

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

Shades of Ochre #CF7D1D

Tints of Ochre #CF7D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.03%

R = 57.34%
G = 34.63%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF7D1D (or 0xCF7D1D) is known color: Ochre. HEX triplet: CF, 7D and 1D. RGB value is (207,125,29). Sum of RGB (Red+Green+Blue) = 207+125+29=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D1D is #3082E2. Grayscale: #8B8B8B. Windows color (decimal): -3179235 or 1932751. OLE color: 1932751.

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

Color convert

RGB 207 125 29 -
CMYK 0 0.40 0.86 0.19
HSL 32.36º 0.75% 0.46% -
HSV(B) 32.36º 0.86% 0.81% -
XYZ 33.29 28.02 4.82 -
YUV 138.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 207 125 29 0 0.40 0.86 0.19 32.36 0.75 0.46
Hex CF 7D 1D 0 28 56 13 20 4B 2E
Octal 317 175 35 0 50 126 23 40 113 56
Binary 11001111 1111101 11101 0 101000 1010110 10011 100000 1001011 101110

Color Harmonies of #CF7D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D1D

Black with #CF7D1D

Text Example


Text Example

White with #CF7D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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