Html Css Color HEX #CD821A Ochre

📋 copy color: '#CD821A'

red 205 ◦ green 130 ◦ blue 26

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

Shades of Ochre #CD821A

Tints of Ochre #CD821A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.01%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 56.79%
G = 36.01%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD821A (or 0xCD821A) is known color: Ochre. HEX triplet: CD, 82 and 1A. RGB value is (205,130,26). Sum of RGB (Red+Green+Blue) = 205+130+26=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD821A is #327DE5. Grayscale: #8D8D8D. Windows color (decimal): -3309030 or 1737421. OLE color: 1737421.

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

Color convert

RGB 205 130 26 -
CMYK 0 0.37 0.87 0.20
HSL 34.86º 0.77% 0.45% -
HSV(B) 34.86º 0.87% 0.8% -
XYZ 33.35 29.02 4.82 -
YUV 140.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 205 130 26 0 0.37 0.87 0.20 34.86 0.77 0.45
Hex CD 82 1A 0 25 57 14 23 4D 2D
Octal 315 202 32 0 45 127 24 43 115 55
Binary 11001101 10000010 11010 0 100101 1010111 10100 100011 1001101 101101

Color Harmonies of #CD821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD821A

Black with #CD821A

Text Example


Text Example

White with #CD821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD821A; }

 p { color: rgb(205,130,26); }

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

background-color css

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

 a { background-color: rgb(205,130,26); }

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

border-color css

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

 span { border-color: rgb(205,130,26); }

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