Html Css Color HEX #CD751D Ochre

📋 copy color: '#CD751D'

red 205 ◦ green 117 ◦ blue 29

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

Shades of Ochre #CD751D

Tints of Ochre #CD751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 58.4%
G = 33.33%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD751D (or 0xCD751D) is known color: Ochre. HEX triplet: CD, 75 and 1D. RGB value is (205,117,29). Sum of RGB (Red+Green+Blue) = 205+117+29=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD751D is #328AE2. Grayscale: #858585. Windows color (decimal): -3312355 or 1930701. OLE color: 1930701.

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

Color convert

RGB 205 117 29 -
CMYK 0 0.43 0.86 0.20
HSL 30º 0.75% 0.46% -
HSV(B) 30º 0.86% 0.8% -
XYZ 31.76 25.79 4.47 -
YUV 133.28 69.15 179.16 -
System Red Green Blue C M Y K H S L
Decimal 205 117 29 0 0.43 0.86 0.20 30 0.75 0.46
Hex CD 75 1D 0 2B 56 14 1E 4B 2E
Octal 315 165 35 0 53 126 24 36 113 56
Binary 11001101 1110101 11101 0 101011 1010110 10100 11110 1001011 101110

Color Harmonies of #CD751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD751D

Black with #CD751D

Text Example


Text Example

White with #CD751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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