Html Css Color HEX #CE7B0D Ochre

📋 copy color: '#CE7B0D'

red 206 ◦ green 123 ◦ blue 13

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

Shades of Ochre #CE7B0D

Tints of Ochre #CE7B0D

RGB

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

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

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

R = 60.23%
G = 35.96%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE7B0D (or 0xCE7B0D) is known color: Ochre. HEX triplet: CE, 7B and 0D. RGB value is (206,123,13). Sum of RGB (Red+Green+Blue) = 206+123+13=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B0D is #3184F2. Grayscale: #878787. Windows color (decimal): -3245299 or 883662. OLE color: 883662.

HSL color Cylindrical-coordinate representation of color #CE7B0D: hue angle of 34.2º 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 #CE7B0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 13 -
CMYK 0 0.40 0.94 0.19
HSL 34.2º 0.88% 0.43% -
HSV(B) 34.2º 0.94% 0.81% -
XYZ 32.61 27.32 3.93 -
YUV 135.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 206 123 13 0 0.40 0.94 0.19 34.2 0.88 0.43
Hex CE 7B D 0 28 5E 13 22 58 2B
Octal 316 173 15 0 50 136 23 42 130 53
Binary 11001110 1111011 1101 0 101000 1011110 10011 100010 1011000 101011

Color Harmonies of #CE7B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B0D

Black with #CE7B0D

Text Example


Text Example

White with #CE7B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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