Html Css Color HEX #CD8115 Ochre

📋 copy color: '#CD8115'

red 205 ◦ green 129 ◦ blue 21

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

Shades of Ochre #CD8115

Tints of Ochre #CD8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 57.75%
G = 36.34%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8115 (or 0xCD8115) is known color: Ochre. HEX triplet: CD, 81 and 15. RGB value is (205,129,21). Sum of RGB (Red+Green+Blue) = 205+129+21=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8115 is #327EEA. Grayscale: #8B8B8B. Windows color (decimal): -3309291 or 1409485. OLE color: 1409485.

HSL color Cylindrical-coordinate representation of color #CD8115: hue angle of 35.22º 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 #CD8115 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 21 -
CMYK 0 0.37 0.90 0.20
HSL 35.22º 0.81% 0.44% -
HSV(B) 35.22º 0.9% 0.8% -
XYZ 33.16 28.73 4.51 -
YUV 139.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 205 129 21 0 0.37 0.90 0.20 35.22 0.81 0.44
Hex CD 81 15 0 25 5A 14 23 51 2C
Octal 315 201 25 0 45 132 24 43 121 54
Binary 11001101 10000001 10101 0 100101 1011010 10100 100011 1010001 101100

Color Harmonies of #CD8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8115

Black with #CD8115

Text Example


Text Example

White with #CD8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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