Html Css Color HEX #CD771D Ochre

📋 copy color: '#CD771D'

red 205 ◦ green 119 ◦ blue 29

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

Shades of Ochre #CD771D

Tints of Ochre #CD771D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 58.07%
G = 33.71%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD771D (or 0xCD771D) is known color: Ochre. HEX triplet: CD, 77 and 1D. RGB value is (205,119,29). Sum of RGB (Red+Green+Blue) = 205+119+29=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD771D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD771D is #3288E2. Grayscale: #868686. Windows color (decimal): -3311843 or 1931213. OLE color: 1931213.

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

Color convert

RGB 205 119 29 -
CMYK 0 0.42 0.86 0.20
HSL 30.68º 0.75% 0.46% -
HSV(B) 30.68º 0.86% 0.8% -
XYZ 32 26.26 4.55 -
YUV 134.45 68.49 178.32 -
System Red Green Blue C M Y K H S L
Decimal 205 119 29 0 0.42 0.86 0.20 30.68 0.75 0.46
Hex CD 77 1D 0 2A 56 14 1F 4B 2E
Octal 315 167 35 0 52 126 24 37 113 56
Binary 11001101 1110111 11101 0 101010 1010110 10100 11111 1001011 101110

Color Harmonies of #CD771D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD771D

Black with #CD771D

Text Example


Text Example

White with #CD771D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD771D; }

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

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

background-color css

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

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

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

border-color css

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

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

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