Html Css Color HEX #CF7D09 Ochre

📋 copy color: '#CF7D09'

red 207 ◦ green 125 ◦ blue 9

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

Shades of Ochre #CF7D09

Tints of Ochre #CF7D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 60.7%
G = 36.66%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7D09 (or 0xCF7D09) is known color: Ochre. HEX triplet: CF, 7D and 09. RGB value is (207,125,9). Sum of RGB (Red+Green+Blue) = 207+125+9=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D09 is #3082F6. Grayscale: #888888. Windows color (decimal): -3179255 or 622031. OLE color: 622031.

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

Color convert

RGB 207 125 9 -
CMYK 0 0.40 0.96 0.19
HSL 35.15º 0.92% 0.42% -
HSV(B) 35.15º 0.96% 0.81% -
XYZ 33.12 27.95 3.91 -
YUV 136.29 56.17 178.43 -
System Red Green Blue C M Y K H S L
Decimal 207 125 9 0 0.40 0.96 0.19 35.15 0.92 0.42
Hex CF 7D 9 0 28 60 13 23 5C 2A
Octal 317 175 11 0 50 140 23 43 134 52
Binary 11001111 1111101 1001 0 101000 1100000 10011 100011 1011100 101010

Color Harmonies of #CF7D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D09

Black with #CF7D09

Text Example


Text Example

White with #CF7D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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