Html Css Color HEX #CD771E Ochre

📋 copy color: '#CD771E'

red 205 ◦ green 119 ◦ blue 30

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

Shades of Ochre #CD771E

Tints of Ochre #CD771E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 57.91%
G = 33.62%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD771E (or 0xCD771E) is known color: Ochre. HEX triplet: CD, 77 and 1E. RGB value is (205,119,30). Sum of RGB (Red+Green+Blue) = 205+119+30=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD771E is #3288E1. Grayscale: #878787. Windows color (decimal): -3311842 or 1996749. OLE color: 1996749.

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

Color convert

RGB 205 119 30 -
CMYK 0 0.42 0.85 0.20
HSL 30.51º 0.74% 0.46% -
HSV(B) 30.51º 0.85% 0.8% -
XYZ 32.01 26.27 4.61 -
YUV 134.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 205 119 30 0 0.42 0.85 0.20 30.51 0.74 0.46
Hex CD 77 1E 0 2A 55 14 1F 4A 2E
Octal 315 167 36 0 52 125 24 37 112 56
Binary 11001101 1110111 11110 0 101010 1010101 10100 11111 1001010 101110

Color Harmonies of #CD771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD771E

Black with #CD771E

Text Example


Text Example

White with #CD771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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