Html Css Color HEX #CD7B15 Ochre

📋 copy color: '#CD7B15'

red 205 ◦ green 123 ◦ blue 21

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

Shades of Ochre #CD7B15

Tints of Ochre #CD7B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 58.74%
G = 35.24%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD7B15 (or 0xCD7B15) is known color: Ochre. HEX triplet: CD, 7B and 15. RGB value is (205,123,21). Sum of RGB (Red+Green+Blue) = 205+123+21=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B15 is #3284EA. Grayscale: #888888. Windows color (decimal): -3310827 or 1407949. OLE color: 1407949.

HSL color Cylindrical-coordinate representation of color #CD7B15: hue angle of 33.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD7B15 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 21 -
CMYK 0 0.4 0.90 0.20
HSL 33.26º 0.81% 0.44% -
HSV(B) 33.26º 0.9% 0.8% -
XYZ 32.4 27.2 4.25 -
YUV 135.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 205 123 21 0 0.4 0.90 0.20 33.26 0.81 0.44
Hex CD 7B 15 0 28 5A 14 21 51 2C
Octal 315 173 25 0 50 132 24 41 121 54
Binary 11001101 1111011 10101 0 101000 1011010 10100 100001 1010001 101100

Color Harmonies of #CD7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B15

Black with #CD7B15

Text Example


Text Example

White with #CD7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B15; }

 p { color: rgb(205,123,21); }

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

background-color css

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

 a { background-color: rgb(205,123,21); }

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

border-color css

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

 span { border-color: rgb(205,123,21); }

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