Html Css Color HEX #CD891A Ochre

📋 copy color: '#CD891A'

red 205 ◦ green 137 ◦ blue 26

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

Shades of Ochre #CD891A

Tints of Ochre #CD891A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

 BLUE value IS 26 (10.55% from 255) = 7.07%

R = 55.71%
G = 37.23%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD891A (or 0xCD891A) is known color: Ochre. HEX triplet: CD, 89 and 1A. RGB value is (205,137,26). Sum of RGB (Red+Green+Blue) = 205+137+26=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 26 (10.55% from 255 or 7.07% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD891A is #3276E5. Grayscale: #919191. Windows color (decimal): -3307238 or 1739213. OLE color: 1739213.

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

Color convert

RGB 205 137 26 -
CMYK 0 0.33 0.87 0.20
HSL 37.21º 0.77% 0.45% -
HSV(B) 37.21º 0.87% 0.8% -
XYZ 34.31 30.95 5.14 -
YUV 144.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 205 137 26 0 0.33 0.87 0.20 37.21 0.77 0.45
Hex CD 89 1A 0 21 57 14 25 4D 2D
Octal 315 211 32 0 41 127 24 45 115 55
Binary 11001101 10001001 11010 0 100001 1010111 10100 100101 1001101 101101

Color Harmonies of #CD891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD891A

Black with #CD891A

Text Example


Text Example

White with #CD891A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD891A; }

 p { color: rgb(205,137,26); }

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

background-color css

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

 a { background-color: rgb(205,137,26); }

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

border-color css

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

 span { border-color: rgb(205,137,26); }

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