Html Css Color HEX #CD8113 Ochre

📋 copy color: '#CD8113'

red 205 ◦ green 129 ◦ blue 19

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

Shades of Ochre #CD8113

Tints of Ochre #CD8113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 58.07%
G = 36.54%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD8113 (or 0xCD8113) is known color: Ochre. HEX triplet: CD, 81 and 13. RGB value is (205,129,19). Sum of RGB (Red+Green+Blue) = 205+129+19=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8113 is #327EEC. Grayscale: #8B8B8B. Windows color (decimal): -3309293 or 1278413. OLE color: 1278413.

HSL color Cylindrical-coordinate representation of color #CD8113: hue angle of 35.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD8113 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 19 -
CMYK 0 0.37 0.91 0.20
HSL 35.48º 0.83% 0.44% -
HSV(B) 35.48º 0.91% 0.8% -
XYZ 33.14 28.73 4.41 -
YUV 139.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 205 129 19 0 0.37 0.91 0.20 35.48 0.83 0.44
Hex CD 81 13 0 25 5B 14 23 53 2C
Octal 315 201 23 0 45 133 24 43 123 54
Binary 11001101 10000001 10011 0 100101 1011011 10100 100011 1010011 101100

Color Harmonies of #CD8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8113

Black with #CD8113

Text Example


Text Example

White with #CD8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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