Html Css Color HEX #CD7B0E Ochre

📋 copy color: '#CD7B0E'

red 205 ◦ green 123 ◦ blue 14

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

Shades of Ochre #CD7B0E

Tints of Ochre #CD7B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 59.94%
G = 35.96%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD7B0E (or 0xCD7B0E) is known color: Ochre. HEX triplet: CD, 7B and 0E. RGB value is (205,123,14). Sum of RGB (Red+Green+Blue) = 205+123+14=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B0E is #3284F1. Grayscale: #878787. Windows color (decimal): -3310834 or 949197. OLE color: 949197.

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

Color convert

RGB 205 123 14 -
CMYK 0 0.4 0.93 0.20
HSL 34.24º 0.87% 0.43% -
HSV(B) 34.24º 0.93% 0.8% -
XYZ 32.34 27.18 3.96 -
YUV 135.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 205 123 14 0 0.4 0.93 0.20 34.24 0.87 0.43
Hex CD 7B E 0 28 5D 14 22 57 2B
Octal 315 173 16 0 50 135 24 42 127 53
Binary 11001101 1111011 1110 0 101000 1011101 10100 100010 1010111 101011

Color Harmonies of #CD7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B0E

Black with #CD7B0E

Text Example


Text Example

White with #CD7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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