Html Css Color HEX #CD8224 Ochre

📋 copy color: '#CD8224'

red 205 ◦ green 130 ◦ blue 36

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

Shades of Ochre #CD8224

Tints of Ochre #CD8224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 55.26%
G = 35.04%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD8224 (or 0xCD8224) is known color: Ochre. HEX triplet: CD, 82 and 24. RGB value is (205,130,36). Sum of RGB (Red+Green+Blue) = 205+130+36=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8224 is #327DDB. Grayscale: #8E8E8E. Windows color (decimal): -3309020 or 2392781. OLE color: 2392781.

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

Color convert

RGB 205 130 36 -
CMYK 0 0.37 0.82 0.20
HSL 33.37º 0.7% 0.47% -
HSV(B) 33.37º 0.82% 0.8% -
XYZ 33.48 29.07 5.52 -
YUV 141.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 205 130 36 0 0.37 0.82 0.20 33.37 0.7 0.47
Hex CD 82 24 0 25 52 14 21 46 2F
Octal 315 202 44 0 45 122 24 41 106 57
Binary 11001101 10000010 100100 0 100101 1010010 10100 100001 1000110 101111

Color Harmonies of #CD8224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8224

Black with #CD8224

Text Example


Text Example

White with #CD8224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8224; }

 p { color: rgb(205,130,36); }

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

background-color css

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

 a { background-color: rgb(205,130,36); }

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

border-color css

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

 span { border-color: rgb(205,130,36); }

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