Html Css Color HEX #CD8613 Ochre

📋 copy color: '#CD8613'

red 205 ◦ green 134 ◦ blue 19

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

Shades of Ochre #CD8613

Tints of Ochre #CD8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 57.26%
G = 37.43%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD8613 (or 0xCD8613) is known color: Ochre. HEX triplet: CD, 86 and 13. RGB value is (205,134,19). Sum of RGB (Red+Green+Blue) = 205+134+19=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8613 is #3279EC. Grayscale: #8E8E8E. Windows color (decimal): -3308013 or 1279693. OLE color: 1279693.

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

Color convert

RGB 205 134 19 -
CMYK 0 0.35 0.91 0.20
HSL 37.1º 0.83% 0.44% -
HSV(B) 37.1º 0.91% 0.8% -
XYZ 33.82 30.08 4.64 -
YUV 142.12 58.52 172.85 -
System Red Green Blue C M Y K H S L
Decimal 205 134 19 0 0.35 0.91 0.20 37.1 0.83 0.44
Hex CD 86 13 0 23 5B 14 25 53 2C
Octal 315 206 23 0 43 133 24 45 123 54
Binary 11001101 10000110 10011 0 100011 1011011 10100 100101 1010011 101100

Color Harmonies of #CD8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8613

Black with #CD8613

Text Example


Text Example

White with #CD8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8613; }

 p { color: rgb(205,134,19); }

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

background-color css

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

 a { background-color: rgb(205,134,19); }

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

border-color css

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

 span { border-color: rgb(205,134,19); }

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