Html Css Color HEX #CD781B Ochre

📋 copy color: '#CD781B'

red 205 ◦ green 120 ◦ blue 27

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

Shades of Ochre #CD781B

Tints of Ochre #CD781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.09%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 58.24%
G = 34.09%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD781B (or 0xCD781B) is known color: Ochre. HEX triplet: CD, 78 and 1B. RGB value is (205,120,27). Sum of RGB (Red+Green+Blue) = 205+120+27=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD781B is #3287E4. Grayscale: #878787. Windows color (decimal): -3311589 or 1800397. OLE color: 1800397.

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

Color convert

RGB 205 120 27 -
CMYK 0 0.41 0.87 0.20
HSL 31.35º 0.77% 0.45% -
HSV(B) 31.35º 0.87% 0.8% -
XYZ 32.09 26.49 4.46 -
YUV 134.81 67.16 178.06 -
System Red Green Blue C M Y K H S L
Decimal 205 120 27 0 0.41 0.87 0.20 31.35 0.77 0.45
Hex CD 78 1B 0 29 57 14 1F 4D 2D
Octal 315 170 33 0 51 127 24 37 115 55
Binary 11001101 1111000 11011 0 101001 1010111 10100 11111 1001101 101101

Color Harmonies of #CD781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD781B

Black with #CD781B

Text Example


Text Example

White with #CD781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD781B; }

 p { color: rgb(205,120,27); }

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

background-color css

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

 a { background-color: rgb(205,120,27); }

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

border-color css

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

 span { border-color: rgb(205,120,27); }

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