Html Css Color HEX #CD8320 Ochre

📋 copy color: '#CD8320'

red 205 ◦ green 131 ◦ blue 32

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

Shades of Ochre #CD8320

Tints of Ochre #CD8320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.7%

R = 55.71%
G = 35.6%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD8320 (or 0xCD8320) is known color: Ochre. HEX triplet: CD, 83 and 20. RGB value is (205,131,32). Sum of RGB (Red+Green+Blue) = 205+131+32=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8320 is #327CDF. Grayscale: #8E8E8E. Windows color (decimal): -3308768 or 2130893. OLE color: 2130893.

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

Color convert

RGB 205 131 32 -
CMYK 0 0.36 0.84 0.20
HSL 34.34º 0.73% 0.46% -
HSV(B) 34.34º 0.84% 0.8% -
XYZ 33.55 29.32 5.26 -
YUV 141.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 205 131 32 0 0.36 0.84 0.20 34.34 0.73 0.46
Hex CD 83 20 0 24 54 14 22 49 2E
Octal 315 203 40 0 44 124 24 42 111 56
Binary 11001101 10000011 100000 0 100100 1010100 10100 100010 1001001 101110

Color Harmonies of #CD8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8320

Black with #CD8320

Text Example


Text Example

White with #CD8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8320; }

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

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

background-color css

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

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

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

border-color css

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

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

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