Html Css Color HEX #CD771A Ochre

📋 copy color: '#CD771A'

red 205 ◦ green 119 ◦ blue 26

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

Shades of Ochre #CD771A

Tints of Ochre #CD771A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 58.57%
G = 34%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD771A (or 0xCD771A) is known color: Ochre. HEX triplet: CD, 77 and 1A. RGB value is (205,119,26). Sum of RGB (Red+Green+Blue) = 205+119+26=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD771A is #3288E5. Grayscale: #868686. Windows color (decimal): -3311846 or 1734605. OLE color: 1734605.

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

Color convert

RGB 205 119 26 -
CMYK 0 0.42 0.87 0.20
HSL 31.17º 0.77% 0.45% -
HSV(B) 31.17º 0.87% 0.8% -
XYZ 31.96 26.25 4.36 -
YUV 134.11 66.99 178.56 -
System Red Green Blue C M Y K H S L
Decimal 205 119 26 0 0.42 0.87 0.20 31.17 0.77 0.45
Hex CD 77 1A 0 2A 57 14 1F 4D 2D
Octal 315 167 32 0 52 127 24 37 115 55
Binary 11001101 1110111 11010 0 101010 1010111 10100 11111 1001101 101101

Color Harmonies of #CD771A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD771A

Black with #CD771A

Text Example


Text Example

White with #CD771A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD771A; }

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

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

background-color css

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

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

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

border-color css

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

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

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