Html Css Color HEX #CD8114 Ochre

📋 copy color: '#CD8114'

red 205 ◦ green 129 ◦ blue 20

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

Shades of Ochre #CD8114

Tints of Ochre #CD8114

RGB

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

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

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

R = 57.91%
G = 36.44%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8114 (or 0xCD8114) is known color: Ochre. HEX triplet: CD, 81 and 14. RGB value is (205,129,20). Sum of RGB (Red+Green+Blue) = 205+129+20=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8114 is #327EEB. Grayscale: #8B8B8B. Windows color (decimal): -3309292 or 1343949. OLE color: 1343949.

HSL color Cylindrical-coordinate representation of color #CD8114: hue angle of 35.35º 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 #CD8114 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 129 20 -
CMYK 0 0.37 0.90 0.20
HSL 35.35º 0.82% 0.44% -
HSV(B) 35.35º 0.9% 0.8% -
XYZ 33.15 28.73 4.46 -
YUV 139.3 60.68 174.86 -
System Red Green Blue C M Y K H S L
Decimal 205 129 20 0 0.37 0.90 0.20 35.35 0.82 0.44
Hex CD 81 14 0 25 5A 14 23 52 2C
Octal 315 201 24 0 45 132 24 43 122 54
Binary 11001101 10000001 10100 0 100101 1011010 10100 100011 1010010 101100

Color Harmonies of #CD8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8114

Black with #CD8114

Text Example


Text Example

White with #CD8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8114; }

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

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

background-color css

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

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

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

border-color css

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

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

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