Html Css Color HEX #CD7024 Ochre

📋 copy color: '#CD7024'

red 205 ◦ green 112 ◦ blue 36

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

Shades of Ochre #CD7024

Tints of Ochre #CD7024

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 58.07%
G = 31.73%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD7024 (or 0xCD7024) is known color: Ochre. HEX triplet: CD, 70 and 24. RGB value is (205,112,36). Sum of RGB (Red+Green+Blue) = 205+112+36=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7024 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7024 is #328FDB. Grayscale: #838383. Windows color (decimal): -3313628 or 2388173. OLE color: 2388173.

HSL color Cylindrical-coordinate representation of color #CD7024: hue angle of 26.98º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD7024 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 112 36 -
CMYK 0 0.45 0.82 0.20
HSL 26.98º 0.7% 0.47% -
HSV(B) 26.98º 0.82% 0.8% -
XYZ 31.29 24.69 4.79 -
YUV 131.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 205 112 36 0 0.45 0.82 0.20 26.98 0.7 0.47
Hex CD 70 24 0 2D 52 14 1B 46 2F
Octal 315 160 44 0 55 122 24 33 106 57
Binary 11001101 1110000 100100 0 101101 1010010 10100 11011 1000110 101111

Color Harmonies of #CD7024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7024

Black with #CD7024

Text Example


Text Example

White with #CD7024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7024; }

 p { color: rgb(205,112,36); }

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

background-color css

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

 a { background-color: rgb(205,112,36); }

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

border-color css

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

 span { border-color: rgb(205,112,36); }

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