Html Css Color HEX #CD851D Ochre

📋 copy color: '#CD851D'

red 205 ◦ green 133 ◦ blue 29

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

Shades of Ochre #CD851D

Tints of Ochre #CD851D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 55.86%
G = 36.24%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD851D (or 0xCD851D) is known color: Ochre. HEX triplet: CD, 85 and 1D. RGB value is (205,133,29). Sum of RGB (Red+Green+Blue) = 205+133+29=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD851D is #327AE2. Grayscale: #8F8F8F. Windows color (decimal): -3308259 or 1934797. OLE color: 1934797.

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

Color convert

RGB 205 133 29 -
CMYK 0 0.35 0.86 0.20
HSL 35.45º 0.75% 0.46% -
HSV(B) 35.45º 0.86% 0.8% -
XYZ 33.79 29.84 5.14 -
YUV 142.67 63.85 172.46 -
System Red Green Blue C M Y K H S L
Decimal 205 133 29 0 0.35 0.86 0.20 35.45 0.75 0.46
Hex CD 85 1D 0 23 56 14 23 4B 2E
Octal 315 205 35 0 43 126 24 43 113 56
Binary 11001101 10000101 11101 0 100011 1010110 10100 100011 1001011 101110

Color Harmonies of #CD851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD851D

Black with #CD851D

Text Example


Text Example

White with #CD851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD851D; }

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

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

background-color css

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

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

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

border-color css

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

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

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