Html Css Color HEX #CD8011 Ochre

📋 copy color: '#CD8011'

red 205 ◦ green 128 ◦ blue 17

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

Shades of Ochre #CD8011

Tints of Ochre #CD8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 58.57%
G = 36.57%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD8011 (or 0xCD8011) is known color: Ochre. HEX triplet: CD, 80 and 11. RGB value is (205,128,17). Sum of RGB (Red+Green+Blue) = 205+128+17=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8011 is #327FEE. Grayscale: #8A8A8A. Windows color (decimal): -3309551 or 1147085. OLE color: 1147085.

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

Color convert

RGB 205 128 17 -
CMYK 0 0.38 0.92 0.20
HSL 35.43º 0.85% 0.44% -
HSV(B) 35.43º 0.92% 0.8% -
XYZ 33 28.46 4.28 -
YUV 138.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 205 128 17 0 0.38 0.92 0.20 35.43 0.85 0.44
Hex CD 80 11 0 26 5C 14 23 55 2C
Octal 315 200 21 0 46 134 24 43 125 54
Binary 11001101 10000000 10001 0 100110 1011100 10100 100011 1010101 101100

Color Harmonies of #CD8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8011

Black with #CD8011

Text Example


Text Example

White with #CD8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8011; }

 p { color: rgb(205,128,17); }

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

background-color css

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

 a { background-color: rgb(205,128,17); }

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

border-color css

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

 span { border-color: rgb(205,128,17); }

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