Html Css Color HEX #CD8323 Ochre

📋 copy color: '#CD8323'

red 205 ◦ green 131 ◦ blue 35

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

Shades of Ochre #CD8323

Tints of Ochre #CD8323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.43%

R = 55.26%
G = 35.31%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD8323 (or 0xCD8323) is known color: Ochre. HEX triplet: CD, 83 and 23. RGB value is (205,131,35). Sum of RGB (Red+Green+Blue) = 205+131+35=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8323 is #327CDC. Grayscale: #8E8E8E. Windows color (decimal): -3308765 or 2327501. OLE color: 2327501.

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

Color convert

RGB 205 131 35 -
CMYK 0 0.36 0.83 0.20
HSL 33.88º 0.71% 0.47% -
HSV(B) 33.88º 0.83% 0.8% -
XYZ 33.6 29.33 5.48 -
YUV 142.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 205 131 35 0 0.36 0.83 0.20 33.88 0.71 0.47
Hex CD 83 23 0 24 53 14 22 47 2F
Octal 315 203 43 0 44 123 24 42 107 57
Binary 11001101 10000011 100011 0 100100 1010011 10100 100010 1000111 101111

Color Harmonies of #CD8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8323

Black with #CD8323

Text Example


Text Example

White with #CD8323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8323; }

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

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

background-color css

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

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

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

border-color css

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

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

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