Html Css Color HEX #CD7717 Ochre

📋 copy color: '#CD7717'

red 205 ◦ green 119 ◦ blue 23

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

Shades of Ochre #CD7717

Tints of Ochre #CD7717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 59.08%
G = 34.29%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD7717 (or 0xCD7717) is known color: Ochre. HEX triplet: CD, 77 and 17. RGB value is (205,119,23). Sum of RGB (Red+Green+Blue) = 205+119+23=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7717 is #3288E8. Grayscale: #868686. Windows color (decimal): -3311849 or 1537997. OLE color: 1537997.

HSL color Cylindrical-coordinate representation of color #CD7717: hue angle of 31.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD7717 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 23 -
CMYK 0 0.42 0.89 0.20
HSL 31.65º 0.8% 0.45% -
HSV(B) 31.65º 0.89% 0.8% -
XYZ 31.93 26.23 4.19 -
YUV 133.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 205 119 23 0 0.42 0.89 0.20 31.65 0.8 0.45
Hex CD 77 17 0 2A 59 14 20 50 2D
Octal 315 167 27 0 52 131 24 40 120 55
Binary 11001101 1110111 10111 0 101010 1011001 10100 100000 1010000 101101

Color Harmonies of #CD7717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7717

Black with #CD7717

Text Example


Text Example

White with #CD7717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7717; }

 p { color: rgb(205,119,23); }

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

background-color css

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

 a { background-color: rgb(205,119,23); }

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

border-color css

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

 span { border-color: rgb(205,119,23); }

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