Html Css Color HEX #CD7C0F Ochre

📋 copy color: '#CD7C0F'

red 205 ◦ green 124 ◦ blue 15

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

Shades of Ochre #CD7C0F

Tints of Ochre #CD7C0F

RGB

 RED value IS 205 (80.47% from 255) = 59.59%

 GREEN value IS 124 (48.83% from 255) = 36.05%

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 59.59%
G = 36.05%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD7C0F (or 0xCD7C0F) is known color: Ochre. HEX triplet: CD, 7C and 0F. RGB value is (205,124,15). Sum of RGB (Red+Green+Blue) = 205+124+15=344 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.59% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7C0F is #3283F0. Grayscale: #888888. Windows color (decimal): -3310577 or 1014989. OLE color: 1014989.

HSL color Cylindrical-coordinate representation of color #CD7C0F: hue angle of 34.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CD7C0F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 15 -
CMYK 0 0.40 0.93 0.20
HSL 34.42º 0.86% 0.43% -
HSV(B) 34.42º 0.93% 0.8% -
XYZ 32.47 27.43 4.03 -
YUV 135.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 205 124 15 0 0.40 0.93 0.20 34.42 0.86 0.43
Hex CD 7C F 0 28 5D 14 22 56 2B
Octal 315 174 17 0 50 135 24 42 126 53
Binary 11001101 1111100 1111 0 101000 1011101 10100 100010 1010110 101011

Color Harmonies of #CD7C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C0F

Black with #CD7C0F

Text Example


Text Example

White with #CD7C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C0F; }

 p { color: rgb(205,124,15); }

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

background-color css

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

 a { background-color: rgb(205,124,15); }

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

border-color css

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

 span { border-color: rgb(205,124,15); }

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