Html Css Color HEX #CD8315 Ochre

📋 copy color: '#CD8315'

red 205 ◦ green 131 ◦ blue 21

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

Shades of Ochre #CD8315

Tints of Ochre #CD8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 57.42%
G = 36.69%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8315 (or 0xCD8315) is known color: Ochre. HEX triplet: CD, 83 and 15. RGB value is (205,131,21). Sum of RGB (Red+Green+Blue) = 205+131+21=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8315 is #327CEA. Grayscale: #8D8D8D. Windows color (decimal): -3308779 or 1409997. OLE color: 1409997.

HSL color Cylindrical-coordinate representation of color #CD8315: hue angle of 35.87º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8315 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 21 -
CMYK 0 0.36 0.90 0.20
HSL 35.87º 0.81% 0.44% -
HSV(B) 35.87º 0.9% 0.8% -
XYZ 33.43 29.27 4.6 -
YUV 140.59 60.52 173.94 -
System Red Green Blue C M Y K H S L
Decimal 205 131 21 0 0.36 0.90 0.20 35.87 0.81 0.44
Hex CD 83 15 0 24 5A 14 24 51 2C
Octal 315 203 25 0 44 132 24 44 121 54
Binary 11001101 10000011 10101 0 100100 1011010 10100 100100 1010001 101100

Color Harmonies of #CD8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8315

Black with #CD8315

Text Example


Text Example

White with #CD8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8315; }

 p { color: rgb(205,131,21); }

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

background-color css

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

 a { background-color: rgb(205,131,21); }

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

border-color css

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

 span { border-color: rgb(205,131,21); }

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