Html Css Color HEX #CD770B Ochre

📋 copy color: '#CD770B'

red 205 ◦ green 119 ◦ blue 11

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

Shades of Ochre #CD770B

Tints of Ochre #CD770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 11 (4.69% from 255) = 3.28%

R = 61.19%
G = 35.52%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.20

RGB Variations

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

Color information

#CD770B (or 0xCD770B) is known color: Ochre. HEX triplet: CD, 77 and 0B. RGB value is (205,119,11). Sum of RGB (Red+Green+Blue) = 205+119+11=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD770B is #3288F4. Grayscale: #848484. Windows color (decimal): -3311861 or 751565. OLE color: 751565.

HSL color Cylindrical-coordinate representation of color #CD770B: hue angle of 33.4º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CD770B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 11 -
CMYK 0 0.42 0.95 0.20
HSL 33.4º 0.9% 0.42% -
HSV(B) 33.4º 0.95% 0.8% -
XYZ 31.83 26.2 3.7 -
YUV 132.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 205 119 11 0 0.42 0.95 0.20 33.4 0.9 0.42
Hex CD 77 B 0 2A 5F 14 21 5A 2A
Octal 315 167 13 0 52 137 24 41 132 52
Binary 11001101 1110111 1011 0 101010 1011111 10100 100001 1011010 101010

Color Harmonies of #CD770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD770B

Black with #CD770B

Text Example


Text Example

White with #CD770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD770B; }

 p { color: rgb(205,119,11); }

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

background-color css

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

 a { background-color: rgb(205,119,11); }

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

border-color css

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

 span { border-color: rgb(205,119,11); }

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