Html Css Color HEX #CE7D0D Ochre

📋 copy color: '#CE7D0D'

red 206 ◦ green 125 ◦ blue 13

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

Shades of Ochre #CE7D0D

Tints of Ochre #CE7D0D

RGB

 RED value IS 206 (80.86% from 255) = 59.88%

 GREEN value IS 125 (49.22% from 255) = 36.34%

 BLUE value IS 13 (5.47% from 255) = 3.78%

R = 59.88%
G = 36.34%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE7D0D (or 0xCE7D0D) is known color: Ochre. HEX triplet: CE, 7D and 0D. RGB value is (206,125,13). Sum of RGB (Red+Green+Blue) = 206+125+13=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 125 (49.22% from 255 or 36.34% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D0D is #3182F2. Grayscale: #888888. Windows color (decimal): -3244787 or 884174. OLE color: 884174.

HSL color Cylindrical-coordinate representation of color #CE7D0D: hue angle of 34.82º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE7D0D is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 13 -
CMYK 0 0.39 0.94 0.19
HSL 34.82º 0.88% 0.43% -
HSV(B) 34.82º 0.94% 0.81% -
XYZ 32.86 27.82 4.02 -
YUV 136.45 58.34 177.61 -
System Red Green Blue C M Y K H S L
Decimal 206 125 13 0 0.39 0.94 0.19 34.82 0.88 0.43
Hex CE 7D D 0 27 5E 13 23 58 2B
Octal 316 175 15 0 47 136 23 43 130 53
Binary 11001110 1111101 1101 0 100111 1011110 10011 100011 1011000 101011

Color Harmonies of #CE7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D0D

Black with #CE7D0D

Text Example


Text Example

White with #CE7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D0D; }

 p { color: rgb(206,125,13); }

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

background-color css

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

 a { background-color: rgb(206,125,13); }

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

border-color css

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

 span { border-color: rgb(206,125,13); }

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