Html Css Color HEX #CD8117 Ochre

📋 copy color: '#CD8117'

red 205 ◦ green 129 ◦ blue 23

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

Shades of Ochre #CD8117

Tints of Ochre #CD8117

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.13%

 BLUE value IS 23 (9.38% from 255) = 6.44%

R = 57.42%
G = 36.13%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD8117 (or 0xCD8117) is known color: Ochre. HEX triplet: CD, 81 and 17. RGB value is (205,129,23). Sum of RGB (Red+Green+Blue) = 205+129+23=357 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.42% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8117 is #327EE8. Grayscale: #8C8C8C. Windows color (decimal): -3309289 or 1540557. OLE color: 1540557.

HSL color Cylindrical-coordinate representation of color #CD8117: hue angle of 34.95º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD8117 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 23 -
CMYK 0 0.37 0.89 0.20
HSL 34.95º 0.8% 0.45% -
HSV(B) 34.95º 0.89% 0.8% -
XYZ 33.18 28.74 4.61 -
YUV 139.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 205 129 23 0 0.37 0.89 0.20 34.95 0.8 0.45
Hex CD 81 17 0 25 59 14 23 50 2D
Octal 315 201 27 0 45 131 24 43 120 55
Binary 11001101 10000001 10111 0 100101 1011001 10100 100011 1010000 101101

Color Harmonies of #CD8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8117

Black with #CD8117

Text Example


Text Example

White with #CD8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8117; }

 p { color: rgb(205,129,23); }

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

background-color css

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

 a { background-color: rgb(205,129,23); }

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

border-color css

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

 span { border-color: rgb(205,129,23); }

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