Html Css Color HEX #CD8518 Ochre

📋 copy color: '#CD8518'

red 205 ◦ green 133 ◦ blue 24

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

Shades of Ochre #CD8518

Tints of Ochre #CD8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 56.63%
G = 36.74%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD8518 (or 0xCD8518) is known color: Ochre. HEX triplet: CD, 85 and 18. RGB value is (205,133,24). Sum of RGB (Red+Green+Blue) = 205+133+24=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8518 is #327AE7. Grayscale: #8E8E8E. Windows color (decimal): -3308264 or 1607117. OLE color: 1607117.

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

Color convert

RGB 205 133 24 -
CMYK 0 0.35 0.88 0.20
HSL 36.13º 0.79% 0.45% -
HSV(B) 36.13º 0.88% 0.8% -
XYZ 33.73 29.82 4.84 -
YUV 142.1 61.35 172.86 -
System Red Green Blue C M Y K H S L
Decimal 205 133 24 0 0.35 0.88 0.20 36.13 0.79 0.45
Hex CD 85 18 0 23 58 14 24 4F 2D
Octal 315 205 30 0 43 130 24 44 117 55
Binary 11001101 10000101 11000 0 100011 1011000 10100 100100 1001111 101101

Color Harmonies of #CD8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8518

Black with #CD8518

Text Example


Text Example

White with #CD8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8518; }

 p { color: rgb(205,133,24); }

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

background-color css

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

 a { background-color: rgb(205,133,24); }

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

border-color css

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

 span { border-color: rgb(205,133,24); }

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