Html Css Color HEX #CD791E Ochre

📋 copy color: '#CD791E'

red 205 ◦ green 121 ◦ blue 30

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

Shades of Ochre #CD791E

Tints of Ochre #CD791E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.99%

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

R = 57.58%
G = 33.99%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD791E (or 0xCD791E) is known color: Ochre. HEX triplet: CD, 79 and 1E. RGB value is (205,121,30). Sum of RGB (Red+Green+Blue) = 205+121+30=356 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.58% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 205 - color contains mainly: red. Hex color #CD791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD791E is #3286E1. Grayscale: #888888. Windows color (decimal): -3311330 or 1997261. OLE color: 1997261.

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

Color convert

RGB 205 121 30 -
CMYK 0 0.41 0.85 0.20
HSL 31.2º 0.74% 0.46% -
HSV(B) 31.2º 0.85% 0.8% -
XYZ 32.25 26.75 4.69 -
YUV 135.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 205 121 30 0 0.41 0.85 0.20 31.2 0.74 0.46
Hex CD 79 1E 0 29 55 14 1F 4A 2E
Octal 315 171 36 0 51 125 24 37 112 56
Binary 11001101 1111001 11110 0 101001 1010101 10100 11111 1001010 101110

Color Harmonies of #CD791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD791E

Black with #CD791E

Text Example


Text Example

White with #CD791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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