Html Css Color HEX #CD841D Ochre

📋 copy color: '#CD841D'

red 205 ◦ green 132 ◦ blue 29

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

Shades of Ochre #CD841D

Tints of Ochre #CD841D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 56.01%
G = 36.07%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD841D (or 0xCD841D) is known color: Ochre. HEX triplet: CD, 84 and 1D. RGB value is (205,132,29). Sum of RGB (Red+Green+Blue) = 205+132+29=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD841D is #327BE2. Grayscale: #8E8E8E. Windows color (decimal): -3308515 or 1934541. OLE color: 1934541.

HSL color Cylindrical-coordinate representation of color #CD841D: hue angle of 35.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD841D is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 132 29 -
CMYK 0 0.36 0.86 0.20
HSL 35.11º 0.75% 0.46% -
HSV(B) 35.11º 0.86% 0.8% -
XYZ 33.65 29.57 5.1 -
YUV 142.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 205 132 29 0 0.36 0.86 0.20 35.11 0.75 0.46
Hex CD 84 1D 0 24 56 14 23 4B 2E
Octal 315 204 35 0 44 126 24 43 113 56
Binary 11001101 10000100 11101 0 100100 1010110 10100 100011 1001011 101110

Color Harmonies of #CD841D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD841D

Black with #CD841D

Text Example


Text Example

White with #CD841D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD841D; }

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

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

background-color css

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

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

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

border-color css

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

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

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