Html Css Color HEX #CD8314 Ochre

📋 copy color: '#CD8314'

red 205 ◦ green 131 ◦ blue 20

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

Shades of Ochre #CD8314

Tints of Ochre #CD8314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 57.58%
G = 36.8%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8314 (or 0xCD8314) is known color: Ochre. HEX triplet: CD, 83 and 14. RGB value is (205,131,20). Sum of RGB (Red+Green+Blue) = 205+131+20=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8314 is #327CEB. Grayscale: #8C8C8C. Windows color (decimal): -3308780 or 1344461. OLE color: 1344461.

HSL color Cylindrical-coordinate representation of color #CD8314: hue angle of 36º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8314 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 131 20 -
CMYK 0 0.36 0.90 0.20
HSL 36º 0.82% 0.44% -
HSV(B) 36º 0.9% 0.8% -
XYZ 33.42 29.26 4.55 -
YUV 140.47 60.02 174.03 -
System Red Green Blue C M Y K H S L
Decimal 205 131 20 0 0.36 0.90 0.20 36 0.82 0.44
Hex CD 83 14 0 24 5A 14 24 52 2C
Octal 315 203 24 0 44 132 24 44 122 54
Binary 11001101 10000011 10100 0 100100 1011010 10100 100100 1010010 101100

Color Harmonies of #CD8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8314

Black with #CD8314

Text Example


Text Example

White with #CD8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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