Html Css Color HEX #CD841A Ochre

📋 copy color: '#CD841A'

red 205 ◦ green 132 ◦ blue 26

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

Shades of Ochre #CD841A

Tints of Ochre #CD841A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 56.47%
G = 36.36%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD841A (or 0xCD841A) is known color: Ochre. HEX triplet: CD, 84 and 1A. RGB value is (205,132,26). Sum of RGB (Red+Green+Blue) = 205+132+26=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD841A is #327BE5. Grayscale: #8E8E8E. Windows color (decimal): -3308518 or 1737933. OLE color: 1737933.

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

Color convert

RGB 205 132 26 -
CMYK 0 0.36 0.87 0.20
HSL 35.53º 0.77% 0.45% -
HSV(B) 35.53º 0.87% 0.8% -
XYZ 33.61 29.56 4.91 -
YUV 141.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 205 132 26 0 0.36 0.87 0.20 35.53 0.77 0.45
Hex CD 84 1A 0 24 57 14 24 4D 2D
Octal 315 204 32 0 44 127 24 44 115 55
Binary 11001101 10000100 11010 0 100100 1010111 10100 100100 1001101 101101

Color Harmonies of #CD841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD841A

Black with #CD841A

Text Example


Text Example

White with #CD841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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