Html Css Color HEX #CD7022 Ochre

📋 copy color: '#CD7022'

red 205 ◦ green 112 ◦ blue 34

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

Shades of Ochre #CD7022

Tints of Ochre #CD7022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.69%

R = 58.4%
G = 31.91%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD7022 (or 0xCD7022) is known color: Ochre. HEX triplet: CD, 70 and 22. RGB value is (205,112,34). Sum of RGB (Red+Green+Blue) = 205+112+34=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7022 is #328FDD. Grayscale: #838383. Windows color (decimal): -3313630 or 2257101. OLE color: 2257101.

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

Color convert

RGB 205 112 34 -
CMYK 0 0.45 0.83 0.20
HSL 27.37º 0.72% 0.47% -
HSV(B) 27.37º 0.83% 0.8% -
XYZ 31.26 24.68 4.63 -
YUV 130.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 205 112 34 0 0.45 0.83 0.20 27.37 0.72 0.47
Hex CD 70 22 0 2D 53 14 1B 48 2F
Octal 315 160 42 0 55 123 24 33 110 57
Binary 11001101 1110000 100010 0 101101 1010011 10100 11011 1001000 101111

Color Harmonies of #CD7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7022

Black with #CD7022

Text Example


Text Example

White with #CD7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7022; }

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

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

background-color css

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

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

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

border-color css

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

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

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