Html Css Color HEX #CD7B0C Ochre

📋 copy color: '#CD7B0C'

red 205 ◦ green 123 ◦ blue 12

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

Shades of Ochre #CD7B0C

Tints of Ochre #CD7B0C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

 BLUE value IS 12 (5.08% from 255) = 3.53%

R = 60.29%
G = 36.18%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CD7B0C (or 0xCD7B0C) is known color: Ochre. HEX triplet: CD, 7B and 0C. RGB value is (205,123,12). Sum of RGB (Red+Green+Blue) = 205+123+12=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B0C is #3284F3. Grayscale: #878787. Windows color (decimal): -3310836 or 818125. OLE color: 818125.

HSL color Cylindrical-coordinate representation of color #CD7B0C: hue angle of 34.51º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD7B0C is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 12 -
CMYK 0 0.4 0.94 0.20
HSL 34.51º 0.89% 0.43% -
HSV(B) 34.51º 0.94% 0.8% -
XYZ 32.33 27.17 3.89 -
YUV 134.86 58.67 178.03 -
System Red Green Blue C M Y K H S L
Decimal 205 123 12 0 0.4 0.94 0.20 34.51 0.89 0.43
Hex CD 7B C 0 28 5E 14 23 59 2B
Octal 315 173 14 0 50 136 24 43 131 53
Binary 11001101 1111011 1100 0 101000 1011110 10100 100011 1011001 101011

Color Harmonies of #CD7B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B0C

Black with #CD7B0C

Text Example


Text Example

White with #CD7B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B0C; }

 p { color: rgb(205,123,12); }

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

background-color css

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

 a { background-color: rgb(205,123,12); }

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

border-color css

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

 span { border-color: rgb(205,123,12); }

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