Html Css Color HEX #CD821B Ochre

📋 copy color: '#CD821B'

red 205 ◦ green 130 ◦ blue 27

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

Shades of Ochre #CD821B

Tints of Ochre #CD821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.46%

R = 56.63%
G = 35.91%
B = 7.46%

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

#CD821B (or 0xCD821B) is known color: Ochre. HEX triplet: CD, 82 and 1B. RGB value is (205,130,27). Sum of RGB (Red+Green+Blue) = 205+130+27=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD821B is #327DE4. Grayscale: #8D8D8D. Windows color (decimal): -3309029 or 1802957. OLE color: 1802957.

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

Color convert

RGB 205 130 27 -
CMYK 0 0.37 0.87 0.20
HSL 34.72º 0.77% 0.45% -
HSV(B) 34.72º 0.87% 0.8% -
XYZ 33.36 29.02 4.88 -
YUV 140.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 205 130 27 0 0.37 0.87 0.20 34.72 0.77 0.45
Hex CD 82 1B 0 25 57 14 23 4D 2D
Octal 315 202 33 0 45 127 24 43 115 55
Binary 11001101 10000010 11011 0 100101 1010111 10100 100011 1001101 101101

Color Harmonies of #CD821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD821B

Black with #CD821B

Text Example


Text Example

White with #CD821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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